فهرست منبع

org-agenda.el: small stylish fix: always use equal.

Bastien Guerry 14 سال پیش
والد
کامیت
6132405d05
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
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)))