summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-07-18 16:03:41 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-07-18 16:03:41 +0000
commit05a181489835f0f27325fc5a4a1802576a6dd98e (patch)
tree9bae1d164f98640e69c4e3819d087ebfa44a8717 /lisp/bindings.el
parent8adf6754bf6f01ba06c0c97844226f65db36c166 (diff)
downloademacs-05a181489835f0f27325fc5a4a1802576a6dd98e.tar.gz
(last-buffer): Add missing frame argument.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el2
1 files changed, 1 insertions, 1 deletions
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)