Browse Source

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

This reverts commit ed8627de92d926dd9ff91e1c1977f92f306a8227.
Bastien Guerry 14 years ago
parent
commit
db052b7de9
1 changed files with 1 additions and 1 deletions
  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))