# HG changeset patch # User Colin Walters # Date 1019690863 0 # Node ID 56a3e3132102235c6297886ae01cd4a452e8e252 # Parent ce8cb080a127347e0cb3120767f07e48eb2aa791 (ibuffer-save-marks): Call `ibuffer-redisplay-engine'. diff -r ce8cb080a127 -r 56a3e3132102 lisp/ibuf-macs.el --- a/lisp/ibuf-macs.el Wed Apr 24 23:27:28 2002 +0000 +++ b/lisp/ibuf-macs.el Wed Apr 24 23:27:43 2002 +0000 @@ -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 @@ (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))