|
From: | Glenn Morris |
Subject: | Re: master f995fbd: * lisp/server.el (server-name): Add autoload cookie. (Bug#23576) |
Date: | Thu, 19 May 2016 12:44:49 -0400 |
User-agent: | Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Eli Zaretskii wrote: > * lisp/server.el (server-name): Add autoload cookie. (Bug#23576) [...] > +;;;###autoload > (defcustom server-name "server" Autoloading defcustoms just so people can set them interactively before the associated package is loaded is a Bad Thing. There's nothing special about this variable AFAICS. IMO it would have been better to simply remove the bit about set-variable from the manual.
[Prev in Thread] | Current Thread | [Next in Thread] |