From 6132405d05a55edc6cf414d81c9cf0788f5aa064 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 12 Feb 2011 14:03:08 +0100 Subject: [PATCH] org-agenda.el: small stylish fix: always use equal. --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index e1a60cd4f..aea729136 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -8016,7 +8016,7 @@ The prefix arg is passed through to the command if possible." (fset 'read-string old) (fmakunbound 'read-string))))))) - ((eq action '?S) + ((equal action ?S) (let ((days (read-number (format "Scatter tasks across how many %sdays: " (if arg "week" "")) 7))) -- 2.11.4.GIT