From 556fde7052a4e6a9f0546c1a1c186fe13c412086 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 6 Nov 2014 08:53:45 +0000 Subject: Variable fine-tuning --- stack-question-list.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stack-question-list.el') 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--< -- cgit v1.2.3