1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(ibuffer-save-marks): Call `ibuffer-redisplay-engine'.

This commit is contained in:
Colin Walters 2002-04-24 23:27:43 +00:00
parent b5cd37ea48
commit 7664936123

View File

@ -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))