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

This reverts commit ed8627de92.
This commit is contained in:
Bastien Guerry 2011-06-30 10:42:26 +02:00
parent f06e712834
commit db052b7de9
1 changed files with 1 additions and 1 deletions

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