From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#7236: 24.0.50; make-local-hook missing Date: Mon, 18 Oct 2010 16:14:27 -0400 Message-ID: References: <87y69vbyrk.fsf@mail.eng.it> <19644.32383.529459.435414@mail.eng.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287434573 11305 80.91.229.12 (18 Oct 2010 20:42:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Oct 2010 20:42:53 +0000 (UTC) Cc: 7236@debbugs.gnu.org To: saint@eng.it Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 18 22:42:50 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P7wXa-0004AP-MM for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Oct 2010 22:42:42 +0200 Original-Received: from localhost ([127.0.0.1]:46370 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7wXa-0003Hp-3u for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Oct 2010 16:42:42 -0400 Original-Received: from [140.186.70.92] (port=60029 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7wXR-0003Gy-7n for bug-gnu-emacs@gnu.org; Mon, 18 Oct 2010 16:42:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7wXQ-0006eD-6r for bug-gnu-emacs@gnu.org; Mon, 18 Oct 2010 16:42:33 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7wXQ-0006e9-5P for bug-gnu-emacs@gnu.org; Mon, 18 Oct 2010 16:42:32 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P7w2w-00010B-DJ; Mon, 18 Oct 2010 16:11:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Oct 2010 20:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7236 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7236-submit@debbugs.gnu.org id=B7236.12874326563844 (code B ref 7236); Mon, 18 Oct 2010 20:11:02 +0000 Original-Received: (at 7236) by debbugs.gnu.org; 18 Oct 2010 20:10:56 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P7w2q-0000zx-Bf for submit@debbugs.gnu.org; Mon, 18 Oct 2010 16:10:56 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P7w2o-0000zs-Bi for 7236@debbugs.gnu.org; Mon, 18 Oct 2010 16:10:54 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkQLABpIvExMCpO7/2dsb2JhbACTTo0DeXLBBYVJBIUMjQ0 X-IronPort-AV: E=Sophos;i="4.57,346,1283745600"; d="scan'208";a="80047939" Original-Received: from 76-10-147-187.dsl.teksavvy.com (HELO pastel.home) ([76.10.147.187]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 18 Oct 2010 16:14:28 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 6C968A822E; Mon, 18 Oct 2010 16:14:27 -0400 (EDT) In-Reply-To: <19644.32383.529459.435414@mail.eng.it> (saint@eng.it's message of "Mon, 18 Oct 2010 19:06:07 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 18 Oct 2010 16:11:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:40966 Archived-At: >>> Start emacs, ask for the documentation for make-local-hook. The >>> program signals [No Match]. SM> It's been removed, indeed. It was obsolete since Emacs-21. > How could I replace it ? You don't need to: calls to make-local-hook have been unnecessary since Emacs-21. Stefan