comparison lisp/ebuff-menu.el @ 64798:b61d2aa00716

(Helper-return-blurb): Add defvar.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 02:53:39 +0000
parents 41bb365f41c4
children 3bd95f4f2941 4513d8dcdfd5 2d92f5c9d6ae
comparison
equal deleted inserted replaced
64797:c0d8adac2bfe 64798:b61d2aa00716
123 (goto-char (point-max)) 123 (goto-char (point-max))
124 (forward-line -1) 124 (forward-line -1)
125 (if (pos-visible-in-window-p (point-max)) 125 (if (pos-visible-in-window-p (point-max))
126 (recenter -1)))) 126 (recenter -1))))
127 (electric-buffer-update-highlight)) 127 (electric-buffer-update-highlight))
128
129 (defvar Helper-return-blurb)
128 130
129 (put 'Electric-buffer-menu-mode 'mode-class 'special) 131 (put 'Electric-buffer-menu-mode 'mode-class 'special)
130 (defun Electric-buffer-menu-mode () 132 (defun Electric-buffer-menu-mode ()
131 "Major mode for editing a list of buffers. 133 "Major mode for editing a list of buffers.
132 Each line describes one of the buffers in Emacs. 134 Each line describes one of the buffers in Emacs.