From: Johan Bockgård Date: Sat, 19 Oct 2013 15:22:57 +0000 (+0200) Subject: * lisp/icomplete.el (icomplete-with-completion-tables): Add :version. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=846ffe77bb6bdf4287eaf8d9cb9e9fd32994360e;p=emacs.git * lisp/icomplete.el (icomplete-with-completion-tables): Add :version. --- 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)))