aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ediff-util.el
diff options
context:
space:
mode:
authorLute Kamstra <[email protected]>2005-06-13 12:00:59 +0000
committerLute Kamstra <[email protected]>2005-06-13 12:00:59 +0000
commitd7899a4ee311620c49f8c43db9f85b1a2ef6aac7 (patch)
tree8e640698e1b66b6dcae299ca3606ce6e6aa9eb57 /lisp/ediff-util.el
parent6f73217ed6b4fff65d5932b9d6256e066ba148da (diff)
(ediff-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/ediff-util.el')
-rw-r--r--lisp/ediff-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-util.el b/lisp/ediff-util.el
index b952c2fb2b..b7b39f405e 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))