comparison lisp/buff-menu.el @ 58461:5049881e14d7

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Nov 2004 16:41:27 +0000
parents f0b9b97606f9
children bb8424d9ff97 f2ebccfa87d4
comparison
equal deleted inserted replaced
58460:fbd266022300 58461:5049881e14d7
188 #'(lambda (&optional noconfirm) 'fast)) 188 #'(lambda (&optional noconfirm) 'fast))
189 (setq truncate-lines t) 189 (setq truncate-lines t)
190 (setq buffer-read-only t) 190 (setq buffer-read-only t)
191 (run-hooks 'buffer-menu-mode-hook)) 191 (run-hooks 'buffer-menu-mode-hook))
192 192
193 ;; This function exists so we can make the doc string of Buffer-menu-mode
194 ;; look nice.
193 (defun Buffer-menu-revert () 195 (defun Buffer-menu-revert ()
194 "Update the list of buffers." 196 "Update the list of buffers."
195 (interactive) 197 (interactive)
196 (revert-buffer)) 198 (revert-buffer))
197 199