diff lisp/ediff-mult.el @ 63372:ea81833c3487

(ediff-meta-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Mon, 13 Jun 2005 11:58:35 +0000
parents fcacef2ed810
children 3c518762672f a1b34dec1104
line wrap: on
line diff
--- a/lisp/ediff-mult.el	Mon Jun 13 11:56:12 2005 +0000
+++ b/lisp/ediff-mult.el	Mon Jun 13 11:58:35 2005 +0000
@@ -410,7 +410,8 @@
 \\{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