emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Buffer-menu-toggle-files-only should use Buffer-menu-revert, not rev


From: Luc Teirlinck
Subject: Re: Buffer-menu-toggle-files-only should use Buffer-menu-revert, not revert-buffer
Date: Sun, 21 Nov 2004 18:15:13 -0600 (CST)

Drew Adams wrote:

   I should not mix bug reports, but the following just occured to me:
   buff-menu.el seems to be preloaded. There is no `provide buff-menu'. Yet,
   there are user options like Buffer-menu-sort-column. How can a user set such
   a variable with a defvar in his .emacs?

The user should use setq (or setq-default) in his .emacs and not
defvar.  Using `defvar' is a convention for Lisp libraries.

Sincerely,

Luc.

 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]