summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-02-12 14:03:08 +0100
committerBastien Guerry <bzg@altern.org>2011-02-12 14:03:08 +0100
commit6132405d05a55edc6cf414d81c9cf0788f5aa064 (patch)
tree5a7079666b0e81af12edb95cba0457be31faff78
parent905d2f74897125b076395d847ff8991676df6f06 (diff)
downloadorg-mode-6132405d05a55edc6cf414d81c9cf0788f5aa064.tar.gz
org-agenda.el: small stylish fix: always use equal.
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index e1a60cd..aea7291 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)))