diff lisp/buff-menu.el @ 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 30b48e66ac86
children b0a732611398
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*'.