From: Lute Kamstra Date: Mon, 13 Jun 2005 12:00:59 +0000 (+0000) Subject: (ediff-mode): Use run-mode-hooks. X-Git-Tag: emacs-pretest-22.0.90~9003 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7899a4ee311620c49f8c43db9f85b1a2ef6aac7;p=emacs.git (ediff-mode): Use run-mode-hooks. --- diff --git a/lisp/ediff-util.el b/lisp/ediff-util.el index b952c2fb2bf..b7b39f405e5 100644 --- a/lisp/ediff-util.el +++ b/lisp/ediff-util.el @@ -117,7 +117,7 @@ Commands: (kill-all-local-variables) (setq major-mode 'ediff-mode) (setq mode-name "Ediff") - (run-hooks 'ediff-mode-hook)) + (run-mode-hooks 'ediff-mode-hook))