From 5fe205f13437d4358a7c13a144ae07d2bec8a2bb Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 18 Jul 2002 16:04:01 +0000 Subject: [PATCH] (last-buffer): Add missing frame argument. --- lisp/ChangeLog | 4 ++++ lisp/bindings.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c0b46275170..c63da8750c3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-07-18 Juanma Barranquero + + * bindings.el (last-buffer): Add missing frame argument. + 2002-07-18 Richard M. Stallman * timer.el (timer-inc-time): Doc fix. diff --git a/lisp/bindings.el b/lisp/bindings.el index ab606fa9cc4..10f84c94bac 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -277,7 +277,7 @@ Keymap for what is displayed by `mode-line-buffer-identification'.") 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) -- 2.39.5