Mercurial > emacs
changeset 46523:0cdc8b745baf
(last-buffer): Add missing frame argument.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 18 Jul 2002 16:03:41 +0000 |
parents | 16bfc5cf92da |
children | 1a35def1cbe9 |
files | lisp/bindings.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Thu Jul 18 15:04:36 2002 +0000 +++ b/lisp/bindings.el Thu Jul 18 16:03:41 2002 +0000 @@ -277,7 +277,7 @@ 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)) + (let ((fbl (frame-parameter nil 'buffer-list)) (list (buffer-list)) (pred (frame-parameter nil 'buffer-predicate)) found notsogood)