# HG changeset patch # User Lute Kamstra # Date 1117111554 0 # Node ID 79e4354d107bc5f2f052037c588471c8f5dab7c6 # Parent 3b4e0fdb401fe8df769026d3b70771891a23eb59 (ediff-mode): Use run-mode-hooks. diff -r 3b4e0fdb401f -r 79e4354d107b lisp/ediff-util.el --- a/lisp/ediff-util.el Thu May 26 12:43:17 2005 +0000 +++ b/lisp/ediff-util.el Thu May 26 12:45:54 2005 +0000 @@ -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 @@ -116,7 +117,7 @@ (kill-all-local-variables) (setq major-mode 'ediff-mode) (setq mode-name "Ediff") - (run-hooks 'ediff-mode-hook)) + (run-mode-hooks 'ediff-mode-hook))