Merge branch 'master' of orgmode.org:org-mode

This commit is contained in:
Bastien Guerry 2011-07-03 13:00:24 +02:00
commit 21e08e5643
1 changed files with 1 additions and 0 deletions

View File

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