unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Lalit Saraswat <leadinglalit@gmail.com>, help-gnu-emacs@gnu.org
Subject: RE: Symbol's function definition is void
Date: Thu, 6 Jun 2013 09:51:32 -0700 (PDT)	[thread overview]
Message-ID: <02a6d632-78bd-4cf7-95fa-a50f14738218@default> (raw)
In-Reply-To: <CAGBe60HBxN5Agu4M-phtJdUAMjQO7kARGVxxOH59HKYPPBFxBA@mail.gmail.com>

> When i try to save something in emacs, i am getting following error:
> "Symbol's function definition is void: auto-update-file-header"
> 
> earlier it was working fine. i tried to add default header in emacs using
> header2.el file. after that i am consistently facing this issue.

Sorry for your trouble.  If you use `auto-update-file-header' on a hook
that gets run then you also need to load the library that defines it: header2.el.

Put one of these in your .emacs: (require 'header2)
or (autoload 'auto-update-file-header "header2"
             "Update file header if file is modified.")

I've added this info to the file header of header2.el now.  Thx.



  reply	other threads:[~2013-06-06 16:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-06  8:53 Symbol's function definition is void Lalit Saraswat
2013-06-06 16:51 ` Drew Adams [this message]
2013-06-06 17:52   ` Lalit Saraswat
2013-06-06 18:21     ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=02a6d632-78bd-4cf7-95fa-a50f14738218@default \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=leadinglalit@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).