Explorar o código

Fix binding problem in org-without-partial-completion.

Thanks to Paul Sexton for spotting this.
Bastien Guerry %!s(int64=14) %!d(string=hai) anos
pai
achega
ed8627de92
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-macs.el

+ 1 - 1
lisp/org-macs.el

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