1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-26 07:33:39 +00:00

Minor fix

This commit is contained in:
Carsten Dominik 2010-11-26 19:08:13 +01:00
parent 2613f27f8e
commit b6f43d7c20

View File

@ -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))