(ibuffer-auto-mode): Remove call to deleted ibuffer-update-mode-name.
This commit is contained in:
parent
b16ed52dbb
commit
b4e96cdbf9
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-17 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* ibuf-ext.el (ibuffer-auto-mode): Remove call to deleted
|
||||
ibuffer-update-mode-name.
|
||||
|
||||
2008-01-16 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* longlines.el (longlines-mode, longlines-show-region)
|
||||
|
|
|
@ -243,8 +243,7 @@ With numeric ARG, enable auto-update if and only if ARG is positive."
|
|||
(plusp arg)
|
||||
(not ibuffer-auto-mode)))
|
||||
(frame-or-buffer-changed-p 'ibuffer-auto-buffers-changed) ; Initialize state vector
|
||||
(add-hook 'post-command-hook 'ibuffer-auto-update-changed)
|
||||
(ibuffer-update-mode-name))
|
||||
(add-hook 'post-command-hook 'ibuffer-auto-update-changed))
|
||||
|
||||
;;;###autoload
|
||||
(defun ibuffer-mouse-filter-by-mode (event)
|
||||
|
|
Loading…
Add table
Reference in a new issue