# HG changeset patch # User Stefan Monnier # Date 1255531753 0 # Node ID aa17a8adf478bd47fcfae65377ef79a392025ea7 # Parent 93081d78d55b248aaddcbaed3377cbe69267d8f4 (list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies. diff -r 93081d78d55b -r aa17a8adf478 lisp/buff-menu.el --- a/lisp/buff-menu.el Wed Oct 14 14:29:31 2009 +0000 +++ b/lisp/buff-menu.el Wed Oct 14 14:49:13 2009 +0000 @@ -638,8 +638,10 @@ (view-buffer-other-window (Buffer-menu-buffer t))) +;;;###autoload (define-key ctl-x-map "\C-b" 'list-buffers) +;;;###autoload (defun list-buffers (&optional files-only) "Display a list of names of existing buffers. The list is displayed in a buffer named `*Buffer List*'.