From: Glenn Morris Date: Thu, 17 Jan 2008 04:09:20 +0000 (+0000) Subject: (ibuffer-auto-mode): Remove call to deleted ibuffer-update-mode-name. X-Git-Tag: emacs-pretest-23.0.90~8532 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4e96cdbf9b2c9cf9f4a79b26211da6ac378181a;p=emacs.git (ibuffer-auto-mode): Remove call to deleted ibuffer-update-mode-name. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 03e6e3fd1d5..9d4a7f4644c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-01-17 Glenn Morris + + * ibuf-ext.el (ibuffer-auto-mode): Remove call to deleted + ibuffer-update-mode-name. + 2008-01-16 Martin Rudalics * longlines.el (longlines-mode, longlines-show-region) 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)