Mercurial > emacs
changeset 57743:9eb015fb8f5c
(strokes-unload-hook): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 27 Oct 2004 15:03:15 +0000 |
parents | 7e9025771254 |
children | a14f0e52fd5e |
files | lisp/strokes.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/strokes.el Wed Oct 27 15:02:06 2004 +0000 +++ b/lisp/strokes.el Wed Oct 27 15:03:15 2004 +0000 @@ -1746,7 +1746,7 @@ (strokes-mode -1) (remove-hook 'kill-emacs-query-functions 'strokes-prompt-user-save-strokes)) -(add-hooks 'strokes-unload-hook 'strokes-unload-hook) +(add-hook 'strokes-unload-hook 'strokes-unload-hook) (run-hooks 'strokes-load-hook) (provide 'strokes)