Mercurial > emacs
changeset 105595:aa17a8adf478
(list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 14 Oct 2009 14:49:13 +0000 |
parents | 93081d78d55b |
children | 88a9e2cad33e |
files | lisp/buff-menu.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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*'.