diff options
| -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 @@ | |||
| 1 | 2013-10-19 Johan Bockgård <bojohan@gnu.org> | ||
| 2 | |||
| 3 | * icomplete.el (icomplete-with-completion-tables): Add :version. | ||
| 4 | |||
| 1 | 2013-10-19 Alan Mackenzie <acm@muc.de> | 5 | 2013-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 | ||
| 158 | Icomplete does not operate with any specialized completion tables | 158 | Icomplete does not operate with any specialized completion tables |
| 159 | except those on this list." | 159 | except 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 | ||