diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-10-27 15:03:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-10-27 15:03:15 +0000 |
commit | 31eb6fd7683a16822f65c2a8bf97869e4a0484a5 (patch) | |
tree | a3f208ac03fd12b7baeb8ad133040e3eda7a0a1c /lisp/strokes.el | |
parent | 3e020e02aa77155d6ab58b55cf8efdd781898711 (diff) | |
download | emacs-31eb6fd7683a16822f65c2a8bf97869e4a0484a5.tar.gz |
(strokes-unload-hook): Fix previous change.
Diffstat (limited to 'lisp/strokes.el')
-rw-r--r-- | lisp/strokes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/strokes.el b/lisp/strokes.el index 57f1e3355b2..f1121d1fee5 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el @@ -1746,7 +1746,7 @@ Store XPM in buffer BUFNAME if supplied \(default is ` *strokes-xpm*'\)" (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) |