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:
parent
fd2a82743d
commit
ed8627de92
@ -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
Block a user