Browse Source

Remove comment from previous commit.

Bastien Guerry 12 years ago
parent
commit
d7be8dfad2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/org-agenda.el

+ 2 - 2
lisp/org-agenda.el

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