mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(ibuffer-mode): Use run-mode-hooks.
This commit is contained in:
parent
36555efc19
commit
3e803487e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue