1
0
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:
Johan Bockgård 2013-10-19 17:22:57 +02:00
parent 033f22ddad
commit 846ffe77bb
2 changed files with 5 additions and 0 deletions

View 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.

View 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)))