* lisp/icomplete.el (icomplete-with-completion-tables): Add :version.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user