Fix ChangeLog, add missing :version.
authorGlenn Morris <rgm@gnu.org>
Mon, 17 Sep 2012 00:48:04 +0000 (17:48 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 17 Sep 2012 00:48:04 +0000 (17:48 -0700)
lisp/ChangeLog
lisp/ido.el

index 8134363..0fae89f 100644 (file)
@@ -1,7 +1,7 @@
 2012-09-16  Leo Liu  <sdl.web@gmail.com>
 
        IDO: Disable match re-ordering for buffer switching.
-       * ido.el (ido-confirm-unique-completion): New variable.
+       * ido.el (ido-buffer-disable-smart-matches): New variable.
        (ido-set-matches-1): Use it.  (Bug#2042)
 
 2012-09-12  Jose Marino  <marinoj@nso.edu>  (tiny change)
index 512ac9d..a2712db 100644 (file)
@@ -501,6 +501,7 @@ By default, ido aranges matches in the following order:
   full-matches > suffix matches > prefix matches > remaining matches
 
 which can get in the way for buffer switching."
+  :version "24.3"
   :type 'boolean
   :group 'ido)