emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ibuf-macs.el


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuf-macs.el
Date: Wed, 24 Apr 2002 19:27:43 -0400

Index: emacs/lisp/ibuf-macs.el
diff -c emacs/lisp/ibuf-macs.el:1.5 emacs/lisp/ibuf-macs.el:1.6
*** emacs/lisp/ibuf-macs.el:1.5 Sun Apr 14 01:47:55 2002
--- emacs/lisp/ibuf-macs.el     Wed Apr 24 19:27:43 2002
***************
*** 6,12 ****
  ;; Created: 6 Dec 2001
  ;; Keywords: buffer, convenience
  
! ;; This file is not currently 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
--- 6,12 ----
  ;; Created: 6 Dec 2001
  ;; Keywords: buffer, convenience
  
! ;; 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,67 ****
             (save-excursion
               ,@body))
         (with-current-buffer ,bufsym
!          (ibuffer-insert-buffers-and-marks
            ;; Get rid of dead buffers
            (delq nil
                  (mapcar #'(lambda (e) (when (buffer-live-p (car e))
--- 61,67 ----
             (save-excursion
               ,@body))
         (with-current-buffer ,bufsym
!          (ibuffer-redisplay-engine
            ;; Get rid of dead buffers
            (delq nil
                  (mapcar #'(lambda (e) (when (buffer-live-p (car e))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]