diff options
| author | Glenn Morris | 2008-01-17 04:09:20 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-01-17 04:09:20 +0000 |
| commit | b4e96cdbf9b2c9cf9f4a79b26211da6ac378181a (patch) | |
| tree | 565eced99ddec7c349dab0d3877341d1d8a7cd61 | |
| parent | b16ed52dbb30e8009eb8689de6877f500f7f7c33 (diff) | |
| download | emacs-b4e96cdbf9b2c9cf9f4a79b26211da6ac378181a.tar.gz emacs-b4e96cdbf9b2c9cf9f4a79b26211da6ac378181a.zip | |
(ibuffer-auto-mode): Remove call to deleted ibuffer-update-mode-name.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ibuf-ext.el | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 03e6e3fd1d5..9d4a7f4644c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-01-17 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * ibuf-ext.el (ibuffer-auto-mode): Remove call to deleted | ||
| 4 | ibuffer-update-mode-name. | ||
| 5 | |||
| 1 | 2008-01-16 Martin Rudalics <rudalics@gmx.at> | 6 | 2008-01-16 Martin Rudalics <rudalics@gmx.at> |
| 2 | 7 | ||
| 3 | * longlines.el (longlines-mode, longlines-show-region) | 8 | * 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." | |||
| 243 | (plusp arg) | 243 | (plusp arg) |
| 244 | (not ibuffer-auto-mode))) | 244 | (not ibuffer-auto-mode))) |
| 245 | (frame-or-buffer-changed-p 'ibuffer-auto-buffers-changed) ; Initialize state vector | 245 | (frame-or-buffer-changed-p 'ibuffer-auto-buffers-changed) ; Initialize state vector |
| 246 | (add-hook 'post-command-hook 'ibuffer-auto-update-changed) | 246 | (add-hook 'post-command-hook 'ibuffer-auto-update-changed)) |
| 247 | (ibuffer-update-mode-name)) | ||
| 248 | 247 | ||
| 249 | ;;;###autoload | 248 | ;;;###autoload |
| 250 | (defun ibuffer-mouse-filter-by-mode (event) | 249 | (defun ibuffer-mouse-filter-by-mode (event) |