diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-26 12:45:54 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-26 12:45:54 +0000 |
commit | 6aece0407e674e8a6b701906ff341585e530c344 (patch) | |
tree | 15e1724243d3aecbb21d0532167ca1d94537bbbc /lisp/ediff-util.el | |
parent | 57516011d46901d4b11d233bd1421ca9a12eb670 (diff) | |
download | emacs-6aece0407e674e8a6b701906ff341585e530c344.tar.gz |
(ediff-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/ediff-util.el')
-rw-r--r-- | lisp/ediff-util.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ediff-util.el b/lisp/ediff-util.el index 79f85cc1896..b7b39f405e5 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 <kifer@cs.stonybrook.edu> @@ -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)) |