aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2009-10-14 14:49:13 +0000
committerStefan Monnier <[email protected]>2009-10-14 14:49:13 +0000
commit349b6bfe4e4e955ca7f76fee5d161539aa126430 (patch)
treeae09f1a89e556fc6540df2e91179b2f94a57b0e3
parent522ddc9f2261b549e841c0a180f0ccd669edf0f3 (diff)
(list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies.
-rw-r--r--lisp/buff-menu.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index a644b2ffcc..1b7fbad1ab 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -638,8 +638,10 @@ The current window remains selected."
(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*'.