diff options
| author | Juanma Barranquero | 2007-10-31 15:59:19 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-31 15:59:19 +0000 |
| commit | 6341c3fc0b4da35afa56b6c2008a4b56201ef9a9 (patch) | |
| tree | fffabe74d2c8f9b9f3b68ac5a70185b1e4d1c70f /lisp/ChangeLog | |
| parent | f5d47fb2622a7503f90bfba3503d254af3da11b4 (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 @@ | |||
| 1 | 2007-10-31 Juanma Barranquero <lekktu@gmail.com> | 1 | 2007-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 | ||
| 5 | 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu> | 9 | 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu> |