From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: master f995fbd: * lisp/server.el (server-name): Add autoload cookie. (Bug#23576) Date: Thu, 19 May 2016 12:44:49 -0400 Message-ID: References: <20160518194708.27363.47377@vcs.savannah.gnu.org> <20160518194708.86FE0220157@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1463676310 3294 80.91.229.3 (19 May 2016 16:45:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 May 2016 16:45:10 +0000 (UTC) Cc: Eli Zaretskii To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 19 18:45:01 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1b3R4F-00068o-VK for ged-emacs-devel@m.gmane.org; Thu, 19 May 2016 18:45:00 +0200 Original-Received: from localhost ([::1]:51387 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3R4F-00028q-AK for ged-emacs-devel@m.gmane.org; Thu, 19 May 2016 12:44:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3R49-00028h-KY for emacs-devel@gnu.org; Thu, 19 May 2016 12:44:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3R47-0007Xg-Tz for emacs-devel@gnu.org; Thu, 19 May 2016 12:44:52 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3R47-0007XT-Q9 for emacs-devel@gnu.org; Thu, 19 May 2016 12:44:51 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1b3R45-0004Rv-P2; Thu, 19 May 2016 12:44:49 -0400 X-Spook: cryptanalysis National Operations Center SDI Mantis NBIC X-Ran: >qJb*$kO4of{\"or# (Eli Zaretskii's message of "Wed, 18 May 2016 19:47:08 +0000 (UTC)") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:203887 Archived-At: 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.