aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Bockgård2013-10-19 17:22:57 +0200
committerJohan Bockgård2013-10-19 17:22:57 +0200
commit846ffe77bb6bdf4287eaf8d9cb9e9fd32994360e (patch)
tree90f914992034d4700fd38eaeba648473cc7f393c
parent033f22ddadf6c11b4d35108f3c299692bb3bbc60 (diff)
downloademacs-846ffe77bb6bdf4287eaf8d9cb9e9fd32994360e.tar.gz
emacs-846ffe77bb6bdf4287eaf8d9cb9e9fd32994360e.zip
* lisp/icomplete.el (icomplete-with-completion-tables): Add :version.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/icomplete.el1
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 @@
12013-10-19 Johan Bockgård <bojohan@gnu.org>
2
3 * icomplete.el (icomplete-with-completion-tables): Add :version.
4
12013-10-19 Alan Mackenzie <acm@muc.de> 52013-10-19 Alan Mackenzie <acm@muc.de>
2 6
3 Fix fontification bugs with constructors and const. 7 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."
157 157
158Icomplete does not operate with any specialized completion tables 158Icomplete does not operate with any specialized completion tables
159except those on this list." 159except those on this list."
160 :version "24.4"
160 :type '(choice (const :tag "All" t) 161 :type '(choice (const :tag "All" t)
161 (repeat function))) 162 (repeat function)))
162 163