]> git.eshelyaron.com Git - emacs.git/commitdiff
(sc-electric-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 15:20:30 +0000 (15:20 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 15:20:30 +0000 (15:20 +0000)
lisp/mail/supercite.el

index d9a9d78d0b9a7f3789320a6261a5d6545c8d4d8e..f37988e8a3f7b7a58b373936de935364f6ecbd6f 100644 (file)
@@ -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)
          )))