mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
* lisp/icomplete.el (icomplete-with-completion-tables): Add :version.
This commit is contained in:
parent
033f22ddad
commit
846ffe77bb
@ -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…
Reference in New Issue
Block a user