From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: ldefs-boot.el after excluding obsolete/ Date: Wed, 8 Nov 2006 14:52:22 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162993977 15581 80.91.229.2 (8 Nov 2006 13:52:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Nov 2006 13:52:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 08 14:52:57 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GhnrC-0002pV-4P for ged-emacs-devel@m.gmane.org; Wed, 08 Nov 2006 14:52:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhnrB-0008SO-NQ for ged-emacs-devel@m.gmane.org; Wed, 08 Nov 2006 08:52:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ghnqt-0008RA-1r for emacs-devel@gnu.org; Wed, 08 Nov 2006 08:52:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ghnqp-0008LT-JZ for emacs-devel@gnu.org; Wed, 08 Nov 2006 08:52:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ghnqp-0008LA-AR for emacs-devel@gnu.org; Wed, 08 Nov 2006 08:52:23 -0500 Original-Received: from [64.233.162.198] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Ghnqp-0008MC-Ex for emacs-devel@gnu.org; Wed, 08 Nov 2006 08:52:23 -0500 Original-Received: by nz-out-0102.google.com with SMTP id i11so1523414nzh for ; Wed, 08 Nov 2006 05:52:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Rma2lhZrHTsHFM/U94uRoq04Fpa/OVgudfwxTJSU4/O1YkMBjivXzfRX8tmapSa7XD6sYkK3Nt4Z/diMS/rrKj8hx7d2xfLt/553msxsnUTK2nEkf7wi7Oj5dNmoOAXOeQ/ICxjLbwlCoF3p3PpX43H+yKNyF1Utkof4V63iZTI= Original-Received: by 10.35.103.12 with SMTP id f12mr15467121pym.1162993942421; Wed, 08 Nov 2006 05:52:22 -0800 (PST) Original-Received: by 10.35.95.18 with HTTP; Wed, 8 Nov 2006 05:52:22 -0800 (PST) Original-To: "Emacs Devel" In-Reply-To: Content-Disposition: inline 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:61953 Archived-At: > 2006-11-06 Richard Stallman > > * Makefile.in (autoloads): Don't include `obsolete'. > > wouldn't be necessary to regenerate lisp/ldefs-boot.el? And BTW, does not this render all ";;;###autoload" tags in obsolete/*.el... obsolete? (And misleading, too, and obsolete.) /L/e/k/t/u