help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Symbol's function definition is void


From: Drew Adams
Subject: RE: Symbol's function definition is void
Date: Thu, 6 Jun 2013 09:51:32 -0700 (PDT)

> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]