diff options
author | Johan Bockgård <bojohan@gnu.org> | 2013-10-19 17:22:57 +0200 |
---|---|---|
committer | Johan Bockgård <bojohan@gnu.org> | 2013-10-19 17:22:57 +0200 |
commit | 846ffe77bb6bdf4287eaf8d9cb9e9fd32994360e (patch) | |
tree | 90f914992034d4700fd38eaeba648473cc7f393c | |
parent | 033f22ddadf6c11b4d35108f3c299692bb3bbc60 (diff) | |
download | emacs-846ffe77bb6bdf4287eaf8d9cb9e9fd32994360e.tar.gz |
* lisp/icomplete.el (icomplete-with-completion-tables): Add :version.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/icomplete.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 402ef8062a1..8407e160bb5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 13ada93b1f3..7620adb3c9c 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -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))) |