bug-automake
[Top][All Lists]
Advanced

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

Re: automake aclocal bug


From: Tom Tromey
Subject: Re: automake aclocal bug
Date: 16 Jul 2001 23:52:36 -0600

>>>>> "Gary" == Gary V Vaughan <address@hidden> writes:

Gary> Now that you mention it, I found sevral files that I have
Gary> changed this year without updating the copyright.  All fixed now
Gary> =)O|

I use this code in my .emacs to prompt me about copyright updates:

    (defun fp-copyright-update ()
      (and (not (eq major-mode 'fundamental-mode))
           (copyright-update)))

    (and (fboundp 'copyright-update)
         (add-hook 'write-file-hooks 'fp-copyright-update))

Very handy, at least if you use Emacs.

Tom



reply via email to

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