emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114720: * lisp/icomplete.el (icomplete-with-complet


From: Johan Bockgard
Subject: [Emacs-diffs] trunk r114720: * lisp/icomplete.el (icomplete-with-completion-tables): Add :version.
Date: Sat, 19 Oct 2013 15:23:00 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114720
revision-id: address@hidden
parent: address@hidden
committer: Johan Bockgård <address@hidden>
branch nick: trunk
timestamp: Sat 2013-10-19 17:22:57 +0200
message:
  * lisp/icomplete.el (icomplete-with-completion-tables): Add :version.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/icomplete.el              
icomplete.el-20091113204419-o5vbwnq5f7feedwu-643
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-10-19 15:11:07 +0000
+++ b/lisp/ChangeLog    2013-10-19 15:22:57 +0000
@@ -1,3 +1,7 @@
+2013-10-19  Johan Bockgård  <address@hidden>
+
+       * icomplete.el (icomplete-with-completion-tables): Add :version.
+
 2013-10-19  Alan Mackenzie  <address@hidden>
 
        Fix fontification bugs with constructors and const.

=== modified file 'lisp/icomplete.el'
--- a/lisp/icomplete.el 2013-09-16 19:09:24 +0000
+++ b/lisp/icomplete.el 2013-10-19 15:22:57 +0000
@@ -157,6 +157,7 @@
 
 Icomplete does not operate with any specialized completion tables
 except those on this list."
+  :version "24.4"
   :type '(choice (const :tag "All" t)
           (repeat function)))
 


reply via email to

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