/[emacs]/emacs/lisp/bindings.el
ViewVC logotype

Diff of /emacs/lisp/bindings.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.102 by rms, Thu Jul 18 14:58:53 2002 UTC revision 1.103 by lektu, Thu Jul 18 16:03:41 2002 UTC
# Line 277  Keymap for what is displayed by `mode-li Line 277  Keymap for what is displayed by `mode-li
277  Return the last non-hidden buffer in the buffer list."  Return the last non-hidden buffer in the buffer list."
278    ;; This logic is more or less copied from bury-buffer,    ;; This logic is more or less copied from bury-buffer,
279    ;; except that we reverse the buffer list.    ;; except that we reverse the buffer list.
280    (let ((fbl  (frame-parameter 'buffer-list))    (let ((fbl  (frame-parameter nil 'buffer-list))
281          (list (buffer-list))          (list (buffer-list))
282          (pred (frame-parameter nil 'buffer-predicate))          (pred (frame-parameter nil 'buffer-predicate))
283          found notsogood)          found notsogood)

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26