aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ediff-util.el
diff options
context:
space:
mode:
authorLute Kamstra <[email protected]>2005-05-26 12:45:54 +0000
committerLute Kamstra <[email protected]>2005-05-26 12:45:54 +0000
commitce8c84b6160421b54095525c269a3f8a856b839b (patch)
treecef0a849833de8ba996f9963a758f182e01591d7 /lisp/ediff-util.el
parenta3d9e1face21a61a84c031db417dbcbc9fe5f9dd (diff)
(ediff-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/ediff-util.el')
-rw-r--r--lisp/ediff-util.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ediff-util.el b/lisp/ediff-util.el
index 79f85cc189..b7b39f405e 100644
--- a/lisp/ediff-util.el
+++ b/lisp/ediff-util.el
@@ -1,6 +1,7 @@
;;; ediff-util.el --- the core commands and utilities of ediff
-;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02, 04 Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+;; 2004 Free Software Foundation, Inc.
;; Author: Michael Kifer <[email protected]>
@@ -116,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))