diff options
| author | Stefan Monnier | 2009-10-14 14:49:13 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-10-14 14:49:13 +0000 |
| commit | 349b6bfe4e4e955ca7f76fee5d161539aa126430 (patch) | |
| tree | ae09f1a89e556fc6540df2e91179b2f94a57b0e3 /lisp/buff-menu.el | |
| parent | 522ddc9f2261b549e841c0a180f0ccd669edf0f3 (diff) | |
| download | emacs-349b6bfe4e4e955ca7f76fee5d161539aa126430.tar.gz emacs-349b6bfe4e4e955ca7f76fee5d161539aa126430.zip | |
(list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies.
Diffstat (limited to 'lisp/buff-menu.el')
| -rw-r--r-- | lisp/buff-menu.el | 2 |
1 files changed, 2 insertions, 0 deletions
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." | |||
| 638 | (view-buffer-other-window (Buffer-menu-buffer t))) | 638 | (view-buffer-other-window (Buffer-menu-buffer t))) |
| 639 | 639 | ||
| 640 | 640 | ||
| 641 | ;;;###autoload | ||
| 641 | (define-key ctl-x-map "\C-b" 'list-buffers) | 642 | (define-key ctl-x-map "\C-b" 'list-buffers) |
| 642 | 643 | ||
| 644 | ;;;###autoload | ||
| 643 | (defun list-buffers (&optional files-only) | 645 | (defun list-buffers (&optional files-only) |
| 644 | "Display a list of names of existing buffers. | 646 | "Display a list of names of existing buffers. |
| 645 | The list is displayed in a buffer named `*Buffer List*'. | 647 | The list is displayed in a buffer named `*Buffer List*'. |