emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108142: Fix ChangeLog, add missin


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108142: Fix ChangeLog, add missing :version.
Date: Sun, 16 Sep 2012 17:48:04 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108142
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sun 2012-09-16 17:48:04 -0700
message:
  Fix ChangeLog, add missing :version.
modified:
  lisp/ChangeLog
  lisp/ido.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-09-16 22:23:49 +0000
+++ b/lisp/ChangeLog    2012-09-17 00:48:04 +0000
@@ -1,7 +1,7 @@
 2012-09-16  Leo Liu  <address@hidden>
 
        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  <address@hidden>  (tiny change)

=== modified file 'lisp/ido.el'
--- a/lisp/ido.el       2012-09-16 22:23:49 +0000
+++ b/lisp/ido.el       2012-09-17 00:48:04 +0000
@@ -501,6 +501,7 @@
   full-matches > suffix matches > prefix matches > remaining matches
 
 which can get in the way for buffer switching."
+  :version "24.3"
   :type 'boolean
   :group 'ido)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]