]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/icomplete.el (icomplete-with-completion-tables): Add :version.
authorJohan Bockgård <bojohan@gnu.org>
Sat, 19 Oct 2013 15:22:57 +0000 (17:22 +0200)
committerJohan Bockgård <bojohan@gnu.org>
Sat, 19 Oct 2013 15:22:57 +0000 (17:22 +0200)
lisp/ChangeLog
lisp/icomplete.el

index 402ef8062a1a8160622be7e3f1fc93b37c0db123..8407e160bb50ccc5ea14030e344457c6714e2350 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-19  Johan Bockgård  <bojohan@gnu.org>
+
+       * icomplete.el (icomplete-with-completion-tables): Add :version.
+
 2013-10-19  Alan Mackenzie  <acm@muc.de>
 
        Fix fontification bugs with constructors and const.
index 13ada93b1f39742071a8b5666466cdd9fba41b14..7620adb3c9c6a67fedc8e5acfe2ed9068f6d1f8a 100644 (file)
@@ -157,6 +157,7 @@ icompletion is occurring."
 
 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)))