Path: utzoo!utgpu!attcan!uunet!seismo!sundc!pitstop!sun!amdcad!ames!elroy!gryphon!cadovax!trwrb!trwspp!spp2!heins
From: heins@spp2.UUCP (Michael T. Heins)
Newsgroups: comp.emacs
Subject: Re: insert time/date and signature
Message-ID: <1449@spp2.UUCP>
Date: 27 Sep 88 16:09:42 GMT
References: <29477@bbn.COM> <7243@haddock.ima.isc.com> <14107@agate.BERKELEY.EDU> <1043@harlqn.UUCP>
Reply-To: heins@spp2.UUCP (Michael T. Heins)
Organization: TRW Inc., Redondo Beach, CA
Lines: 10


John- thanks for a useful function.  I modified the last expression
in your function to make it work with my GNU Emacs 18.51 as follows:

(setq write-file-hooks
	(append
	    write-file-hooks
	    '(time-stamp)))   ; mark time, date on all files
                              ; containing "Last edited:" as
                              ; they are saved