
13 Mar
2003
13 Mar
'03
8:41 a.m.
btw No big deal but the Hugs copyright part of the announcement should be changed to either 2002 or 2003. I'm happy if this goes unfixed until the next release. We ought to have a wee script somewhere which greps all the copyrighted files and points out any that might need updated. Those that use emacs might also consider adding this to their .emacs ;; Offer to update copyright years when saving. (cond ((load "copyright" t) (setq copyright-query 'function) (add-hook 'write-file-hooks 'copyright-update) )) I've been using this emacs fix for a couple of years but still haven't decided whether I like it. -- Alastair