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: derived-mode-run-hooks Date: Fri, 15 Jul 2005 10:43:05 +0200 Message-ID: References: <873bqgk6e4.fsf-monnier+emacs@gnu.org> Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1121418964 15544 80.91.229.2 (15 Jul 2005 09:16:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2005 09:16:04 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 15 11:16:03 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DtMIZ-0000wS-6v for ged-emacs-devel@m.gmane.org; Fri, 15 Jul 2005 11:15:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DtMKK-0008An-TR for ged-emacs-devel@m.gmane.org; Fri, 15 Jul 2005 05:17:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DtMBq-0000qk-On for emacs-devel@gnu.org; Fri, 15 Jul 2005 05:09:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DtMBC-0000Bk-TT for emacs-devel@gnu.org; Fri, 15 Jul 2005 05:08:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DtM8F-0007sm-G3 for emacs-devel@gnu.org; Fri, 15 Jul 2005 05:05:22 -0400 Original-Received: from [64.233.182.203] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DtLuz-0006v2-7j for emacs-devel@gnu.org; Fri, 15 Jul 2005 04:51:37 -0400 Original-Received: by nproxy.gmail.com with SMTP id d4so140203nfe for ; Fri, 15 Jul 2005 01:43:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NbuZl3WjZSLBRT9jIm8358CzHXf1IfR1/RaC9A4OliaDZF+ThTSw9LINHN0w74+EN9wlD13BV60epGixmxrXqQPlJPvXzSULbhysixFLwPz4m0PBijc1MlxaZwkud2fOPXBgpVealYr9P1drMPs02fhjGGtgNGmFfaXzmdLPjVM= Original-Received: by 10.48.143.9 with SMTP id q9mr97164nfd; Fri, 15 Jul 2005 01:43:05 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Fri, 15 Jul 2005 01:43:05 -0700 (PDT) Original-To: Stefan Monnier 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:40910 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40910 > a good reason to get rid of that function (and the various other > similar ones in derived.el) While reinstalling the function, I've now seen this comment that I somehow missed yesterday: ;;; OBSOLETE ;; The functions below are only provided for backward compatibility with ;; code byte-compiled with versions of derived.el prior to Emacs-21. so I'm pleading non-guilty on grounds of sleep-deprivation-induced temporary insanity and Coke overdose. --=20 /L/e/k/t/u