From b6f43d7c2079c93ffe7de88adebec27fec39b1de Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 26 Nov 2010 19:08:13 +0100 Subject: [PATCH] Minor fix --- lisp/org-agenda.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index a248068c3..b74a15b0a 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -6329,7 +6329,6 @@ When called with a prefix argument, include all archive files as well." (defun org-agenda-previous-line () "Move cursor to the previous line, and show if follow-mode is active." - (interactive) (call-interactively 'previous-line) (org-agenda-do-context-action))