changeset 44831:56a3e3132102

(ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
author Colin Walters <walters@gnu.org>
date Wed, 24 Apr 2002 23:27:43 +0000
parents ce8cb080a127
children d60f225edddc
files lisp/ibuf-macs.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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))