summaryrefslogtreecommitdiff
path: root/lisp/ediff-mult.el
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-06-13 11:58:35 +0000
committerLute Kamstra <lute@gnu.org>2005-06-13 11:58:35 +0000
commit6f73217ed6b4fff65d5932b9d6256e066ba148da (patch)
treeff461801fb964a7741e6734f084bb9a6ae8af7d4 /lisp/ediff-mult.el
parent1a96d1f37a91c0f85f5f91e71025fa35488f2927 (diff)
downloademacs-6f73217ed6b4fff65d5932b9d6256e066ba148da.tar.gz
(ediff-meta-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/ediff-mult.el')
-rw-r--r--lisp/ediff-mult.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ediff-mult.el b/lisp/ediff-mult.el
index 88ab31fe56a..d3710258d24 100644
--- a/lisp/ediff-mult.el
+++ b/lisp/ediff-mult.el
@@ -410,7 +410,8 @@ Commands:
\\{ediff-meta-buffer-map}"
(kill-all-local-variables)
(setq major-mode 'ediff-meta-mode)
- (setq mode-name "MetaEdiff"))
+ (setq mode-name "MetaEdiff")
+ (run-mode-hooks 'ediff-meta-mode-hook))
;; the keymap for the buffer showing directory differences