]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 Oct 2009 14:49:13 +0000 (14:49 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 Oct 2009 14:49:13 +0000 (14:49 +0000)
lisp/buff-menu.el

index a644b2ffccbac5abff3b9cc9830999c41a2d46ad..1b7fbad1ab7efdb5928a41cd17b565fe4bb7dd84 100644 (file)
@@ -638,8 +638,10 @@ The current window remains selected."
   (view-buffer-other-window (Buffer-menu-buffer t)))
 \f
 
+;;;###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*'.