diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-26 15:20:30 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-26 15:20:30 +0000 |
commit | ca11f4a867c4d68badfed630c36c2b7a28d58337 (patch) | |
tree | 33655c3395b44f8383f977d4e2a8a2a189d4ade8 /lisp/mail | |
parent | 46b248505c7ce14349c4c66adb158244ce9285b3 (diff) | |
download | emacs-ca11f4a867c4d68badfed630c36c2b7a28d58337.tar.gz |
(sc-electric-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/supercite.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) ))) |