aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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