aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ibuffer.el
diff options
context:
space:
mode:
authorLute Kamstra2005-05-26 12:56:21 +0000
committerLute Kamstra2005-05-26 12:56:21 +0000
commit3e803487e8aa8a9bfbe375111f2ab3fffe1bcae2 (patch)
treeebbcd03cb9f5e1c511210d49bcacfc5dee0e3183 /lisp/ibuffer.el
parent36555efc195aa2dcb471a62bdd5f6e7a1e4de4f3 (diff)
downloademacs-3e803487e8aa8a9bfbe375111f2ab3fffe1bcae2.tar.gz
emacs-3e803487e8aa8a9bfbe375111f2ab3fffe1bcae2.zip
(ibuffer-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/ibuffer.el')
-rw-r--r--lisp/ibuffer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el
index 213160b6f37..217696cb4aa 100644
--- a/lisp/ibuffer.el
+++ b/lisp/ibuffer.el
@@ -2511,7 +2511,7 @@ will be inserted before the group at point."
2511 (when ibuffer-default-directory 2511 (when ibuffer-default-directory
2512 (setq default-directory ibuffer-default-directory)) 2512 (setq default-directory ibuffer-default-directory))
2513 (add-hook 'change-major-mode-hook 'font-lock-defontify nil t) 2513 (add-hook 'change-major-mode-hook 'font-lock-defontify nil t)
2514 (run-hooks 'ibuffer-mode-hook) 2514 (run-mode-hooks 'ibuffer-mode-hook)
2515 ;; called after mode hooks to allow the user to add filters 2515 ;; called after mode hooks to allow the user to add filters
2516 (ibuffer-update-mode-name)) 2516 (ibuffer-update-mode-name))
2517 2517