Remove comment from previous commit.

This commit is contained in:
Bastien Guerry 2012-09-29 13:46:31 +02:00
parent a6417c62cf
commit d7be8dfad2

View file

@ -4369,8 +4369,8 @@ for a keyword. A numeric prefix directly selects the Nth keyword in
(org-compile-prefix-format 'todo) (org-compile-prefix-format 'todo)
(org-set-sorting-strategy 'todo) (org-set-sorting-strategy 'todo)
(setq org-agenda-redo-command (setq org-agenda-redo-command
`(org-todo-list (or (and (numberp current-prefix-arg) current-prefix-arg) `(org-todo-list (or (and (numberp current-prefix-arg)
;; (and (stringp (quote ,arg)) (quote ,arg)) current-prefix-arg)
,org-select-this-todo-keyword ,org-select-this-todo-keyword
current-prefix-arg ,arg))) current-prefix-arg ,arg)))
(setq files (org-agenda-files nil 'ifmode) (setq files (org-agenda-files nil 'ifmode)