# HG changeset patch
# User Jim Blandy <jimb@redhat.com>
# Date 736401933 0
# Node ID 0b90475af405911092b832113da34ddd410e0e0a
# Parent  87b070dfb087926a06cc77226aaf724c4a1fc027
	* sun-mouse.el (suspend-emacstool): Run suspend-hook, not
	suspend-hooks.

diff -r 87b070dfb087 -r 0b90475af405 lisp/term/sun-mouse.el
--- a/lisp/term/sun-mouse.el	Mon May 03 03:41:07 1993 +0000
+++ b/lisp/term/sun-mouse.el	Mon May 03 04:05:33 1993 +0000
@@ -665,7 +665,7 @@
 you don't want to suspend  (there is no way to resume), 
 just close the window, and wait for reopening."
   (interactive)
-  (run-hooks 'suspend-hooks)
+  (run-hooks 'suspend-hook)
   (if stuffstring (send-string-to-terminal stuffstring))
   (send-string-to-terminal "\033[2t")	; To close EmacsTool window.
   (run-hooks 'suspend-resume-hook))