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: Sun, 25 Jul 2004 21:25:18 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk

I now see that the docstring of defvar clearly says that the variable is set only if it is void. So

  (let ((foo 'y)) (defvar foo 'x))

should leave foo void as it does.

So there is no problem :-)





reply via email to

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