From: Xue Fuqiao Date: Sat, 7 Sep 2013 10:39:29 +0000 (+0800) Subject: NEWS fix. X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/1db9ceee691bdc46b2103ae8bbd265b720babdc4 NEWS fix. --- diff --git a/etc/NEWS b/etc/NEWS index ad061a040f..cd69a8e09a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -172,10 +172,6 @@ You can pick the name of the function and the variables with `C-x 4 a'. * Changes in Specialized Modes and Packages in Emacs 24.4 -** Icomplete-mode by defaults applies to all forms of minibuffer completion. -(setq icomplete-with-completion-tables '(internal-complete-buffer)) -will revert to the old behavior. - ** The debugger's `e' command evaluates the code in the context at point. This includes using the lexical environment at point, which means that `e' now lets you access lexical variables as well. @@ -336,6 +332,10 @@ This is useful to avoid a query when you have no key for that name. *** key bindings to navigate through and select the completions. *** The icomplete-separator is customizable, and its default has changed. *** Removed icomplete-show-key-bindings. +*** Icomplete-mode by defaults applies to all forms of minibuffer completion. +(setq icomplete-with-completion-tables '(internal-complete-buffer)) +will revert to the old behavior. + ** Ido *** Ido has a manual now.