# HG changeset patch # User Juanma Barranquero # Date 1027008221 0 # Node ID 0cdc8b745baf1da6fbe31283f7998be8bb0183b2 # Parent 16bfc5cf92daac2218a75e3ce15f5e61882cea6f (last-buffer): Add missing frame argument. diff -r 16bfc5cf92da -r 0cdc8b745baf lisp/bindings.el --- 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)