1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-29 07:58:21 +00:00

Fix binding problem in org-without-partial-completion.

Thanks to Paul Sexton for spotting this.
This commit is contained in:
Bastien Guerry 2011-06-28 18:47:56 +02:00
parent fd2a82743d
commit ed8627de92

View File

@ -113,7 +113,7 @@ Also, do not record undo information."
(defmacro org-without-partial-completion (&rest body)
`(let ((pc-mode (and (boundp 'partial-completion-mode)
partial-completion-mode)))
'partial-completion-mode)))
(unwind-protect
(progn
(when pc-mode (funcall pc-mode -1))