diff options
| author | Colin Walters | 2002-04-24 23:27:43 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-04-24 23:27:43 +0000 |
| commit | 76649361238ad6e05a3bed229be05922ef795533 (patch) | |
| tree | 372e42f8cf2431748614a887f517977b8c164dd4 | |
| parent | b5cd37ea48f2496054b471911d7ba131ed67b6f1 (diff) | |
| download | emacs-76649361238ad6e05a3bed229be05922ef795533.tar.gz emacs-76649361238ad6e05a3bed229be05922ef795533.zip | |
(ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
| -rw-r--r-- | lisp/ibuf-macs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el index 7b05f8dba30..b73624a893c 100644 --- a/lisp/ibuf-macs.el +++ b/lisp/ibuf-macs.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Created: 6 Dec 2001 | 6 | ;; Created: 6 Dec 2001 |
| 7 | ;; Keywords: buffer, convenience | 7 | ;; Keywords: buffer, convenience |
| 8 | 8 | ||
| 9 | ;; This file is not currently part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| 11 | ;; This program is free software; you can redistribute it and/or | 11 | ;; This program is free software; you can redistribute it and/or |
| 12 | ;; modify it under the terms of the GNU General Public License as | 12 | ;; modify it under the terms of the GNU General Public License as |
| @@ -61,7 +61,7 @@ During evaluation of body, bind `it' to the value returned by TEST." | |||
| 61 | (save-excursion | 61 | (save-excursion |
| 62 | ,@body)) | 62 | ,@body)) |
| 63 | (with-current-buffer ,bufsym | 63 | (with-current-buffer ,bufsym |
| 64 | (ibuffer-insert-buffers-and-marks | 64 | (ibuffer-redisplay-engine |
| 65 | ;; Get rid of dead buffers | 65 | ;; Get rid of dead buffers |
| 66 | (delq nil | 66 | (delq nil |
| 67 | (mapcar #'(lambda (e) (when (buffer-live-p (car e)) | 67 | (mapcar #'(lambda (e) (when (buffer-live-p (car e)) |