changeset 98087:02171540ee2a

* loadhist.el (unload-feature-special-hooks): Add `choose-completion-string-functions'.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 07 Sep 2008 20:33:49 +0000
parents 4a399b9bc4b9
children b72d358fea71
files lisp/ChangeLog lisp/loadhist.el
diffstat 2 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Sep 07 20:24:24 2008 +0000
+++ b/lisp/ChangeLog	Sun Sep 07 20:33:49 2008 +0000
@@ -1,3 +1,8 @@
+2008-09-05  Juanma Barranquero  <lekktu@gmail.com>
+
+	* loadhist.el (unload-feature-special-hooks):
+	Add `choose-completion-string-functions'.
+
 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* 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  <lekktu@gmail.com>
 
@@ -5553,7 +5557,6 @@
 	hollow if not in innermost frame.
 
 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
-
 	Make `checkout-model' apply to filesets.
 	* vc-hooks.el (vc-checkout-model): Rewrite.
 	(vc-before-save, vc-after-save): Adjust callers accordingly.
--- a/lisp/loadhist.el	Sun Sep 07 20:24:24 2008 +0000
+++ b/lisp/loadhist.el	Sun Sep 07 20:33:49 2008 +0000
@@ -117,7 +117,8 @@
 (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