From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jacob Gerlach Newsgroups: gmane.emacs.help Subject: Re: Adding and running a major mode hook Date: Sun, 27 Apr 2014 05:10:31 -0700 (PDT) Message-ID: References: <96032cfe-f440-4eca-9d44-07fc14fb7371@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1398600925 4530 80.91.229.3 (27 Apr 2014 12:15:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Apr 2014 12:15:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 27 14:15:19 2014 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 1WeNzK-0001eO-L7 for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Apr 2014 14:15:18 +0200 Original-Received: from localhost ([::1]:39077 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WeNzK-00082M-4u for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Apr 2014 08:15:18 -0400 X-Received: by 10.236.92.15 with SMTP id i15mr8901964yhf.8.1398600631438; Sun, 27 Apr 2014 05:10:31 -0700 (PDT) X-Received: by 10.140.93.15 with SMTP id c15mr6696qge.14.1398600631371; Sun, 27 Apr 2014 05:10:31 -0700 (PDT) Original-Path: usenet.stanford.edu!ih12no419697qab.1!news-out.google.com!dz10ni22607qab.1!nntp.google.com!ih12no419692qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <96032cfe-f440-4eca-9d44-07fc14fb7371@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=98.217.114.175; posting-account=Hx-_8AoAAACyMXgs4MCS3wNERNLct_lk Original-NNTP-Posting-Host: 98.217.114.175 User-Agent: G2/1.0 Injection-Date: Sun, 27 Apr 2014 12:10:31 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:205128 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97394 Archived-At: > Is it then redundant to put autoload on a function definition? I meant redundant on a mode definition!