changeset 62731:64641f400699

(ibuffer-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 12:56:21 +0000
parents a6be3267f6bd
children 8c8cb4cd8909
files lisp/ibuffer.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ibuffer.el	Thu May 26 12:54:22 2005 +0000
+++ b/lisp/ibuffer.el	Thu May 26 12:56:21 2005 +0000
@@ -2511,7 +2511,7 @@
   (when ibuffer-default-directory
     (setq default-directory ibuffer-default-directory))
   (add-hook 'change-major-mode-hook 'font-lock-defontify nil t)
-  (run-hooks 'ibuffer-mode-hook)
+  (run-mode-hooks 'ibuffer-mode-hook)
   ;; called after mode hooks to allow the user to add filters
   (ibuffer-update-mode-name))