From 349b6bfe4e4e955ca7f76fee5d161539aa126430 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 14 Oct 2009 14:49:13 +0000 Subject: [PATCH] (list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies. --- lisp/buff-menu.el | 2 ++ 1 file changed, 2 insertions(+) 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*'. -- 2.39.5