Parcourir la source

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

Bastien Guerry il y a 14 ans
Parent
commit
21e08e5643
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      lisp/org-macs.el

+ 1 - 0
lisp/org-macs.el

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