瀏覽代碼

Merge branch 'hotfix'

Bastien Guerry 13 年之前
父節點
當前提交
4611adac23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -6219,7 +6219,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 "P")
+  (interactive)
   (if org-agenda-filtered-by-category
       (org-agenda-filter-show-all-cat)
     (let ((cat (org-no-properties (get-text-property (point) 'org-category))))