diff options
author | Colin Walters <walters@gnu.org> | 2002-04-24 23:27:43 +0000 |
---|---|---|
committer | Colin Walters <walters@gnu.org> | 2002-04-24 23:27:43 +0000 |
commit | 76649361238ad6e05a3bed229be05922ef795533 (patch) | |
tree | 372e42f8cf2431748614a887f517977b8c164dd4 /lisp/ibuf-macs.el | |
parent | b5cd37ea48f2496054b471911d7ba131ed67b6f1 (diff) | |
download | emacs-76649361238ad6e05a3bed229be05922ef795533.tar.gz |
(ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
Diffstat (limited to 'lisp/ibuf-macs.el')
-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 @@ ;; Created: 6 Dec 2001 ;; Keywords: buffer, convenience -;; This file is not currently part of GNU Emacs. +;; This file is part of GNU Emacs. ;; This program is free software; you can redistribute it and/or ;; 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." (save-excursion ,@body)) (with-current-buffer ,bufsym - (ibuffer-insert-buffers-and-marks + (ibuffer-redisplay-engine ;; Get rid of dead buffers (delq nil (mapcar #'(lambda (e) (when (buffer-live-p (car e)) |