changeset 79297:d03e9eca4102

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 31 Oct 2007 18:45:14 +0000
parents 82de3a8b0f8d
children 3e6cbd5009b5
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 31 18:41:37 2007 +0000
+++ b/lisp/ChangeLog	Wed Oct 31 18:45:14 2007 +0000
@@ -6,8 +6,9 @@
 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
 
 	* whitespace.el (whitespace-write-file-hook): Remove interactive spec.
-	(whitespace-unload-function): New-style unload function.
-	If run, stop old style `-hook' function from running.
+	(whitespace-unload-function): New-style unload function.  When run,
+	unintern `whitespace-unload-hook' and call `unload-feature' recursively
+	to stop the old hook from messing with the unloading.
 
 	* strokes.el (strokes-alphabetic-lessp): Doc fix.