emacs-devel
[Top][All Lists]
Advanced

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

Re: void variable


From: Lars Hansen
Subject: Re: void variable
Date: Thu, 29 Jul 2004 09:19:17 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk

Luc Teirlinck wrote:

In as far as the Elisp manual is concerned, what about the following patch?

Looks good to me.
However, it confuses me that autoloading of variables is mentioned twice.
So what about changing

+ If the @code{defvar} or @code{defcustom} itself is autoloaded through
+ a magic comment (@pxref{Autoload}), then there is nothing to worry
+ about: it is already initialized.  Otherwise, there are two ways to
+ prevent trouble.  You can precede the @code{defvar} or
+ @code{defcustom} with a magic comment, or you can @code{require} the
+ file before making the binding (@pxref{Named Features}).

to

+ If the @code{defvar} or @code{defcustom} itself is autoloaded through
+ a magic comment (@pxref{Autoload}), then there is nothing to worry
+ about: it is already initialized.  Otherwise, you can @code{require} the
+ file before making the binding (@pxref{Named Features}).






reply via email to

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