# HG changeset patch # User Lute Kamstra # Date 1117120830 0 # Node ID db1434c1a2f5a78eea7026d3395d1843235d35b6 # Parent 4bce01bf6006cbdef4a4786a11227ca666be2831 (sc-electric-mode): Use run-mode-hooks. diff -r 4bce01bf6006 -r db1434c1a2f5 lisp/mail/supercite.el --- 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) )))