From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: make-local-hook? Date: Thu, 09 Jun 2016 13:34:58 -0400 Message-ID: References: <20160609030739.25145.qmail@rahul.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1465494894 29061 80.91.229.3 (9 Jun 2016 17:54:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2016 17:54:54 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: John Conover Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 09 19:54:54 2016 Return-path: Envelope-to: geh-help-gnu-emacs@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 1bB49e-0007Cg-2u for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jun 2016 19:54:06 +0200 Original-Received: from localhost ([::1]:36145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB49d-00044k-4W for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jun 2016 13:54:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB3rI-0003yE-RM for help-gnu-emacs@gnu.org; Thu, 09 Jun 2016 13:35:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bB3rI-0006eJ-0t for help-gnu-emacs@gnu.org; Thu, 09 Jun 2016 13:35:08 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB3rA-0006ZM-DU; Thu, 09 Jun 2016 13:35:00 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1bB3r8-0002gX-JL; Thu, 09 Jun 2016 13:34:58 -0400 X-Spook: Burn Tucson Human to Human cryptanalysis FAMS eternity X-Ran: *}zlj9@HD/.^=nz~y.lcfq9'Fy{d{Y<`<=N>Zs0sbgf@ X-Hue: green X-Attribution: GM In-Reply-To: <20160609030739.25145.qmail@rahul.net> (John Conover's message of "Wed, 8 Jun 2016 20:07:38 -0700") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:110401 Archived-At: John Conover wrote: > Is there an alternative function in emacs 24 to make-local-hook in > emacs 19-23? >From the doc of Emacs 21-23: This function is obsolete since 21.1; not necessary any more. [...] You never need to call this function now that `add-hook' does it for you if its LOCAL argument is non-nil.