]> git.eshelyaron.com Git - emacs.git/commitdiff
(ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
authorColin Walters <walters@gnu.org>
Wed, 24 Apr 2002 23:27:43 +0000 (23:27 +0000)
committerColin Walters <walters@gnu.org>
Wed, 24 Apr 2002 23:27:43 +0000 (23:27 +0000)
lisp/ibuf-macs.el

index 7b05f8dba30a6aea774037b31b4458999ca75adf..b73624a893cf1b8bdc3aad2df1add3991a4f62bc 100644 (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))