mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies.
This commit is contained in:
parent
522ddc9f22
commit
349b6bfe4e
1 changed files with 2 additions and 0 deletions
|
|
@ -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*'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue