From 9910a311332984c554474f82a9955001afb69699 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 7 Sep 2008 20:33:49 +0000 Subject: [PATCH] * loadhist.el (unload-feature-special-hooks): Add `choose-completion-string-functions'. --- lisp/ChangeLog | 9 ++++++--- lisp/loadhist.el | 3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 735af08a6b6..61a3d7ad541 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-09-05 Juanma Barranquero + + * loadhist.el (unload-feature-special-hooks): + Add `choose-completion-string-functions'. + 2008-09-07 Stefan Monnier * vc-svn.el (vc-svn-root): @@ -201,8 +206,7 @@ * composite.el (find-composition): Mention about the automatic composition in the docstring. - * descr-text.el (describe-char): Fix handling of automatic - composition. + * descr-text.el (describe-char): Fix handling of automatic composition. 2008-09-04 Juanma Barranquero @@ -5553,7 +5557,6 @@ hollow if not in innermost frame. 2008-04-29 Stefan Monnier - Make `checkout-model' apply to filesets. * vc-hooks.el (vc-checkout-model): Rewrite. (vc-before-save, vc-after-save): Adjust callers accordingly. diff --git a/lisp/loadhist.el b/lisp/loadhist.el index 121013dfc15..b693fc9f74e 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el @@ -117,7 +117,8 @@ from a file." (defvar unload-feature-special-hooks '(after-change-functions after-insert-file-functions after-make-frame-functions auto-fill-function before-change-functions - blink-paren-function buffer-access-fontify-functions command-line-functions + blink-paren-function buffer-access-fontify-functions + choose-completion-string-functions command-line-functions comment-indent-function compilation-finish-functions delete-frame-functions disabled-command-function find-file-not-found-functions font-lock-beginning-of-syntax-function font-lock-fontify-buffer-function -- 2.39.5