summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-11-26 19:08:13 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2010-11-26 19:08:13 +0100
commitb6f43d7c2079c93ffe7de88adebec27fec39b1de (patch)
tree0bec51c6390ce0e86f826d839949ee0b0c1fa9eb
parent2613f27f8e82f58e56eea07a794acd4f073dcefe (diff)
downloadorg-mode-b6f43d7c2079c93ffe7de88adebec27fec39b1de.tar.gz
Minor fix
-rw-r--r--lisp/org-agenda.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index a248068..b74a15b 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))