From: Chong Yidong Date: Sun, 24 Sep 2006 13:48:59 +0000 (+0000) Subject: * icomplete.el (icomplete-simple-completing-p): Use the correct X-Git-Tag: emacs-pretest-22.0.90~365 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f56acf9678eb1f928d491a2333ba9ae35b5c5df;p=emacs.git * icomplete.el (icomplete-simple-completing-p): Use the correct name for the new variable, `icomplete-with-completion-tables'. (file local variables): Remove superfluous setting. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d05b4ab930..b96270b6bf9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-09-24 Ken Manheimer + + * icomplete.el (icomplete-simple-completing-p): Use the correct + name for the new variable, `icomplete-with-completion-tables'. + (file local variables): Remove superfluous setting. + 2006-09-23 Jeff Miller (tiny change) * calendar/appt.el (appt-check): Fix typo for appointments just diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 5d1d6eb37a9..6687c13275b 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -192,7 +192,7 @@ Conditions are: minibuffer-completion-table (or (not (functionp minibuffer-completion-table)) (member minibuffer-completion-table - icomplete-for-completion-tables)))) + icomplete-with-completion-tables)))) ;;;_ > icomplete-minibuffer-setup () (defun icomplete-minibuffer-setup () @@ -333,7 +333,6 @@ are exhibited within the square braces.)" ;;;_* Local emacs vars. ;;;Local variables: ;;;allout-layout: (-2 :) -;;;allout-widgets-mode-inhibit: t ;;;End: ;; arch-tag: 339ec25a-0741-4eb6-be63-997532e89b0f