From: Richard M. Stallman Date: Wed, 27 Oct 2004 15:03:15 +0000 (+0000) Subject: (strokes-unload-hook): Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~4361 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=31eb6fd7683a16822f65c2a8bf97869e4a0484a5;p=emacs.git (strokes-unload-hook): Fix previous change. --- 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)