* 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 402ef80..8407e16 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 13ada93..7620adb 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)))