changeset 62765:db1434c1a2f5

(sc-electric-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 15:20:30 +0000
parents 4bce01bf6006
children 3c93535b9c17
files lisp/mail/supercite.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/supercite.el	Thu May 26 15:17:48 2005 +0000
+++ b/lisp/mail/supercite.el	Thu May 26 15:20:30 2005 +0000
@@ -1667,7 +1667,7 @@
 	      (major-mode 'sc-electric-mode))
 	  (use-local-map sc-electric-mode-map)
 	  (sc-eref-show sc-eref-style)
-	  (run-hooks 'sc-electric-mode-hook)
+	  (run-mode-hooks 'sc-electric-mode-hook)
 	  (recursive-edit)
 	  )))