From: Stefan Monnier Date: Wed, 14 Oct 2009 14:49:13 +0000 (+0000) Subject: (list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies. X-Git-Tag: emacs-pretest-23.1.90~808 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=349b6bfe4e4e955ca7f76fee5d161539aa126430;p=emacs.git (list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies. --- diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index a644b2ffccb..1b7fbad1ab7 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*'.