diff options
| -rw-r--r-- | lisp/ibuffer.el | 2 |
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 | ||