From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Default custom group Date: Wed, 18 May 2005 18:44:41 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1116456767 25284 80.91.229.2 (18 May 2005 22:52:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 22:52:47 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 19 00:52:46 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYXOK-00044P-Jy for ged-emacs-devel@m.gmane.org; Thu, 19 May 2005 00:51:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYXQr-00047T-0W for ged-emacs-devel@m.gmane.org; Wed, 18 May 2005 18:54:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DYXLO-0001YB-SJ for emacs-devel@gnu.org; Wed, 18 May 2005 18:48:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DYXLK-0001Ww-Ei for emacs-devel@gnu.org; Wed, 18 May 2005 18:48:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYXLK-0001Qx-Bc for emacs-devel@gnu.org; Wed, 18 May 2005 18:48:46 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DYXQ0-0003e9-Bw for emacs-devel@gnu.org; Wed, 18 May 2005 18:53:36 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DYXHN-00062m-8z; Wed, 18 May 2005 18:44:41 -0400 Original-To: Katsumi Yamaoka In-reply-to: (message from Katsumi Yamaoka on Wed, 18 May 2005 15:18:50 +0900) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:37306 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37306 By the way, I noticed the new bytecomp doesn't warn to the defcustom form in which the parent group is not specified. Strange, I thought I had tested it on that case. I fixed it now. Thanks.