diff options
-rw-r--r-- | stack-question-list.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stack-question-list.el b/stack-question-list.el index 7053339..760d3a1 100644 --- a/stack-question-list.el +++ b/stack-question-list.el @@ -28,7 +28,7 @@ ;;; Customization -(defcustom stack-question-list-height 15 +(defcustom stack-question-list-height 12 "Height, in lines, of stack-mode's *question-list* buffer." :type 'integer :group 'stack-question-list) @@ -117,7 +117,6 @@ Letters do not insert themselves; instead, they are commands. ;; Add a setter to protect the value. :group 'stack-question-list) - (defun stack-question-list--date-more-recent-p (x y) "Non-nil if tabulated-entry X is newer than Y." (stack-question--< |