Merge branch 'master' of orgmode.org:org-mode
This commit is contained in:
commit
21e08e5643
|
@ -113,6 +113,7 @@ Also, do not record undo information."
|
|||
|
||||
(defmacro org-without-partial-completion (&rest body)
|
||||
`(if (and (boundp 'partial-completion-mode)
|
||||
partial-completion-mode
|
||||
(fboundp 'partial-completion-mode))
|
||||
(unwind-protect
|
||||
(progn
|
||||
|
|
Loading…
Reference in New Issue