emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/bindings.el
Date: Thu, 18 Jul 2002 12:03:41 -0400

Index: emacs/lisp/bindings.el
diff -c emacs/lisp/bindings.el:1.102 emacs/lisp/bindings.el:1.103
*** emacs/lisp/bindings.el:1.102        Thu Jul 18 10:58:53 2002
--- emacs/lisp/bindings.el      Thu Jul 18 12:03:41 2002
***************
*** 277,283 ****
  Return the last non-hidden buffer in the buffer list."
    ;; This logic is more or less copied from bury-buffer,
    ;; except that we reverse the buffer list.
!   (let ((fbl  (frame-parameter 'buffer-list))
        (list (buffer-list))
        (pred (frame-parameter nil 'buffer-predicate))
        found notsogood)
--- 277,283 ----
  Return the last non-hidden buffer in the buffer list."
    ;; This logic is more or less copied from bury-buffer,
    ;; except that we reverse the buffer list.
!   (let ((fbl  (frame-parameter nil 'buffer-list))
        (list (buffer-list))
        (pred (frame-parameter nil 'buffer-predicate))
        found notsogood)



reply via email to

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