diff options
author | Glenn Morris <rgm@gnu.org> | 2008-01-17 04:09:20 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-01-17 04:09:20 +0000 |
commit | b4e96cdbf9b2c9cf9f4a79b26211da6ac378181a (patch) | |
tree | 565eced99ddec7c349dab0d3877341d1d8a7cd61 /lisp/ibuf-ext.el | |
parent | b16ed52dbb30e8009eb8689de6877f500f7f7c33 (diff) | |
download | emacs-b4e96cdbf9b2c9cf9f4a79b26211da6ac378181a.tar.gz |
(ibuffer-auto-mode): Remove call to deleted ibuffer-update-mode-name.
Diffstat (limited to 'lisp/ibuf-ext.el')
-rw-r--r-- | lisp/ibuf-ext.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index aafc93af990..810b9f03a16 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el @@ -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) |