Ver código fonte

Revert "org-agenda.el: Remove useless prefix argument."

This reverts commit 346907b9969150093f69a35d14bcbf430d646c05.
Bastien Guerry 13 anos atrás
pai
commit
3ec180b88f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -6217,7 +6217,7 @@ When this is the global TODO list, a prefix argument will be interpreted."
 (defun org-agenda-filter-by-category (strip)
   "Keep only those lines in the agenda buffer that have a specific category.
 The category is that of the current line."
-  (interactive)
+  (interactive "P")
   (if org-agenda-filtered-by-category
       (org-agenda-filter-show-all-cat)
     (let ((cat (org-no-properties (get-text-property (point) 'org-category))))