]> git.eshelyaron.com Git - emacs.git/commitdiff
(strokes-unload-hook): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 27 Oct 2004 15:03:15 +0000 (15:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 27 Oct 2004 15:03:15 +0000 (15:03 +0000)
lisp/strokes.el

index 57f1e3355b2c1568224e01eb32518b5c6fa7a8fc..f1121d1fee5e99f7967493557457938086a692a3 100644 (file)
@@ -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)