* lisp/icomplete.el (icomplete-with-completion-tables): Add :version.
This commit is contained in:
parent
033f22ddad
commit
846ffe77bb
2 changed files with 5 additions and 0 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue