0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

Fix typo.

This commit is contained in:
Carsten Dominik 2008-11-19 12:35:43 +01:00
parent d90ffca1da
commit 0e4653b40a

View file

@ -618,8 +618,7 @@ from that hook."
"Abort the current remember process."
(interactive)
(let ((org-note-abort t))
(funcall org-remember-finalize)))
(org-remember-finalize)))
;;;###autoload
(defun org-remember (&optional goto org-force-remember-template-char)