From ca11f4a867c4d68badfed630c36c2b7a28d58337 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Thu, 26 May 2005 15:20:30 +0000 Subject: [PATCH] (sc-electric-mode): Use run-mode-hooks. --- lisp/mail/supercite.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index d9a9d78d0b9..f37988e8a3f 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el @@ -1667,7 +1667,7 @@ header style to use, unless not supplied or invalid, in which case (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) ))) -- 2.39.2