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: [Emacs-diffs] trunk r113090: lisp/progmodes/prog-mode.el: Remove autoload cookies. Date: Thu, 20 Jun 2013 04:18:24 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1371694753 11389 80.91.229.3 (20 Jun 2013 02:19:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Jun 2013 02:19:13 +0000 (UTC) Cc: Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 20 04:19:13 2013 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 1UpUSr-0001C1-LR for ged-emacs-devel@m.gmane.org; Thu, 20 Jun 2013 04:19:09 +0200 Original-Received: from localhost ([::1]:54563 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpUSr-0001rc-6x for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 22:19:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpUSo-0001rJ-NO for emacs-devel@gnu.org; Wed, 19 Jun 2013 22:19:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpUSn-00007y-Si for emacs-devel@gnu.org; Wed, 19 Jun 2013 22:19:06 -0400 Original-Received: from mail-ee0-x22c.google.com ([2a00:1450:4013:c00::22c]:41106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpUSn-00007s-MU for emacs-devel@gnu.org; Wed, 19 Jun 2013 22:19:05 -0400 Original-Received: by mail-ee0-f44.google.com with SMTP id c13so3527823eek.17 for ; Wed, 19 Jun 2013 19:19:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=zqKguOwsh8q7zXLnhUdfmNZZd8Om0J3jA5IIHFCsPlY=; b=zZPr3oDC0ewmSLAmGHLzyyl2prcFYyc8HIsK/ZN43l4oG964vM/QjLieVmqZ03aqi+ ohro7H2VzkwQ9d96q4zmF3kAuZYFREzGkwb4CPgtX2w8prntC8ZtEEjJ5zLuBqpJR22+ z1RTQhB+dFkKNZY5W/CxJizjNIPGUjt9IID7jiWjnu78TFcwolchrvjnJ8qGtl7UEvaE 4/ep9n0eGh7Xn7snoOjjWwcL5as3yfJHKutGyo1kHSQydfnrH09JEHwODZMpJucPXag7 xcmeuSZEdq9GLEMyAzwAutKsx6HwTMmllgdwwJNrCvrPu7KNKw+KNNALJHKq/fI73pVm XjIA== X-Received: by 10.15.21.78 with SMTP id c54mr5122875eeu.14.1371694744992; Wed, 19 Jun 2013 19:19:04 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Wed, 19 Jun 2013 19:18:24 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22c X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160722 Archived-At: lisp/progmodes/prog-mode.el is unconditionally loaded in loadup.el. What purpose do they serve? Did I miss something obvious? J