Documentation
Commentary
A template in a file can be updated with a new time stamp when
you save the file. For example:
static char *ts = "sdmain.c Time-stamp: <2025-03-28 21:31:56 gildea>";
To use time-stamping, add this line to your init file:
(add-hook 'before-save-hook 'time-stamp)
Now any time-stamp templates in your files will be updated automatically.
For details, see the documentation for function `time-stamp'
and the Info node `Time Stamps'.
Requires
Dependencies
No package dependencies recorded.
Consumers