emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Sun, 11 Jul 2004 21:13:37 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.397 emacs/lisp/subr.el:1.398
*** emacs/lisp/subr.el:1.397    Mon Jun  7 20:54:42 2004
--- emacs/lisp/subr.el  Mon Jul 12 01:10:54 2004
***************
*** 1600,1606 ****
  
  ;; This should probably be written in C (i.e., without using `walk-windows').
  (defun get-buffer-window-list (buffer &optional minibuf frame)
!   "Return windows currently displaying BUFFER, or nil if none.
  See `walk-windows' for the meaning of MINIBUF and FRAME."
    (let ((buffer (if (bufferp buffer) buffer (get-buffer buffer))) windows)
      (walk-windows (function (lambda (window)
--- 1600,1607 ----
  
  ;; This should probably be written in C (i.e., without using `walk-windows').
  (defun get-buffer-window-list (buffer &optional minibuf frame)
!   "Return list of all windows displaying BUFFER, or nil if none.
! BUFFER can be a buffer or a buffer name.
  See `walk-windows' for the meaning of MINIBUF and FRAME."
    (let ((buffer (if (bufferp buffer) buffer (get-buffer buffer))) windows)
      (walk-windows (function (lambda (window)




reply via email to

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