emacs-devel
[Top][All Lists]
Advanced

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

How can url-show-status be void when (featurep 'url-vars) is t?


From: Lennart Borgman
Subject: How can url-show-status be void when (featurep 'url-vars) is t?
Date: Sun, 27 Jun 2010 02:32:02 +0200

It looks impossible to me that url-show-status is void as a variable
when url-vars.elc has been loaded, but that is what I see here. Also
url-show-status seems to have been initialized by defcustom since it
has (standard-value (t)) in the property list.

url-show-status is a boolean defcustom without any :set function. So
custom-initialize-reset should have created the variable by calling
set-default.

Any ideas how then url-show-status can be void after loading url-vars?



reply via email to

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