]> code.delx.au - gnu-emacs/commitdiff
(ibuffer-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 12:56:21 +0000 (12:56 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 12:56:21 +0000 (12:56 +0000)
lisp/ibuffer.el

index 213160b6f37147402d79f46866dcfd1880f8cf7d..217696cb4aa89728ae08cddd7f61cd3449f0a9cc 100644 (file)
@@ -2511,7 +2511,7 @@ will be inserted before the group at point."
   (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))