From 846ffe77bb6bdf4287eaf8d9cb9e9fd32994360e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johan=20Bockg=C3=A5rd?= Date: Sat, 19 Oct 2013 17:22:57 +0200 Subject: [PATCH] * lisp/icomplete.el (icomplete-with-completion-tables): Add :version. --- lisp/ChangeLog | 4 ++++ lisp/icomplete.el | 1 + 2 files changed, 5 insertions(+) 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 + + * icomplete.el (icomplete-with-completion-tables): Add :version. + 2013-10-19 Alan Mackenzie 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))) -- 2.11.4.GIT