diff options
author | Glenn Morris <rgm@gnu.org> | 2012-09-16 17:48:04 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-09-16 17:48:04 -0700 |
commit | 2bc9406c23a1b2962fcecc7fd1451b4c96e49c49 (patch) | |
tree | 90dfa129542c56257d2638b1ae1c59a8ce899adc | |
parent | a8c14da8498eb09c3dc26d1b4edeaa00df9135d5 (diff) | |
download | emacs-2bc9406c23a1b2962fcecc7fd1451b4c96e49c49.tar.gz emacs-2bc9406c23a1b2962fcecc7fd1451b4c96e49c49.tar.bz2 emacs-2bc9406c23a1b2962fcecc7fd1451b4c96e49c49.zip |
Fix ChangeLog, add missing :version.
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/ido.el | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8134363f184..0fae89f1e01 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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) diff --git a/lisp/ido.el b/lisp/ido.el index 512ac9d4a18..a2712db804d 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -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) |