Gerd,

You could use something like

(defun get-revision-info (&optional arg)
  (concat arg "$R" "evision$  $D" "ate$"))

and then use this function in your boilerplate

  Steve R.

On Thu, 17 Feb 2000, Gerd Boerrigter wrote:

> Date: Thu, 17 Feb 2000 17:18:01 GMT
> From: Gerd Boerrigter <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Newsgroups: sunsite.jde
> Subject: RCS tags in templates
> 
> Hi,
> 
> I have a rcs revision tag (`$Id$') inside the buffer boilerplate.
> That works like a charm.  But of course, the file containing the
> boilerplate is also in rcs.  Now of course, if it gets inserted into
> the new java file, the id string is already expanded to trhe filename
> of the boilerplate.  Is there anything to avoid that?
> 
> Bye
> Gerd
> 

Reply via email to