]> git.eshelyaron.com Git - emacs.git/commitdiff
(ediff-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Mon, 13 Jun 2005 12:00:59 +0000 (12:00 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 13 Jun 2005 12:00:59 +0000 (12:00 +0000)
lisp/ediff-util.el

index b952c2fb2bf1fe84aa7911af45ca0049f39ba8ce..b7b39f405e5302dce567d38b1aedb109b478f28b 100644 (file)
@@ -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))
 
 
 \f