On Tuesday 23 March 2010 06:11:34 Teika Kazura wrote:
> (define-special-variable user-apps-menu value) does.  It's defvar +
> setq.

setq also works in the toplevel. If the package containing the defvar is 
not loaded, the variable will become lexically scoped initially but 
defvar will change that when the package is eventually loaded (without 
changing the value).

-- 
        Timo Korvola            <URL:http://www.iki.fi/tkorvola>

Reply via email to