aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-31 15:59:19 +0000
committerJuanma Barranquero2007-10-31 15:59:19 +0000
commit6341c3fc0b4da35afa56b6c2008a4b56201ef9a9 (patch)
treefffabe74d2c8f9b9f3b68ac5a70185b1e4d1c70f /lisp/ChangeLog
parentf5d47fb2622a7503f90bfba3503d254af3da11b4 (diff)
downloademacs-6341c3fc0b4da35afa56b6c2008a4b56201ef9a9.tar.gz
emacs-6341c3fc0b4da35afa56b6c2008a4b56201ef9a9.zip
(whitespace-write-file-hook): Remove interactive spec.
(whitespace-unload-function): New-style unload function. If run, stop old style `-hook' function from running.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cf0e02ddfb4..2ab695c5bdd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12007-10-31 Juanma Barranquero <lekktu@gmail.com> 12007-10-31 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
4 (whitespace-unload-function): New-style unload function.
5 If run, stop old style `-hook' function from running.
6
3 * strokes.el (strokes-alphabetic-lessp): Doc fix. 7 * strokes.el (strokes-alphabetic-lessp): Doc fix.
4 8
52007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu> 92007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>