changeset 63373:f9c3bd9342b7

(ediff-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Mon, 13 Jun 2005 12:00:59 +0000
parents ea81833c3487
children 5e00fa8bd828
files lisp/ediff-util.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ediff-util.el	Mon Jun 13 11:58:35 2005 +0000
+++ b/lisp/ediff-util.el	Mon Jun 13 12:00:59 2005 +0000
@@ -117,7 +117,7 @@
   (kill-all-local-variables)
   (setq major-mode 'ediff-mode)
   (setq mode-name "Ediff")
-  (run-hooks 'ediff-mode-hook))
+  (run-mode-hooks 'ediff-mode-hook))