Revert "Fix binding problem in org-without-partial-completion."
This reverts commit ed8627de92
.
This commit is contained in:
parent
f06e712834
commit
db052b7de9
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue