Mercurial > emacs
changeset 73095:9566558723f8
* icomplete.el (icomplete-simple-completing-p): Use the correct
name for the new variable, `icomplete-with-completion-tables'.
(file local variables): Remove superfluous setting.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 24 Sep 2006 13:48:59 +0000 |
parents | 7caa2372b61c |
children | 2f768f0aab61 |
files | lisp/ChangeLog lisp/icomplete.el |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 24 13:21:48 2006 +0000 +++ b/lisp/ChangeLog Sun Sep 24 13:48:59 2006 +0000 @@ -1,3 +1,9 @@ +2006-09-24 Ken Manheimer <ken.manheimer@gmail.com> + + * 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 <jmiller@cablespeed.com> (tiny change) * calendar/appt.el (appt-check): Fix typo for appointments just
--- a/lisp/icomplete.el Sun Sep 24 13:21:48 2006 +0000 +++ b/lisp/icomplete.el Sun Sep 24 13:48:59 2006 +0000 @@ -192,7 +192,7 @@ 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 @@ ;;;_* Local emacs vars. ;;;Local variables: ;;;allout-layout: (-2 :) -;;;allout-widgets-mode-inhibit: t ;;;End: ;; arch-tag: 339ec25a-0741-4eb6-be63-997532e89b0f