aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/time-stamp.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el
index dffd59010db..d58942c3a2b 100644
--- a/lisp/time-stamp.el
+++ b/lisp/time-stamp.el
@@ -5,7 +5,6 @@
5 5
6;; This file is part of GNU Emacs. 6;; This file is part of GNU Emacs.
7 7
8;; Maintainer's Time-stamp: <2006-04-12 20:30:56 rms>
9;; Maintainer: Stephen Gildea <gildea@stop.mail-abuse.org> 8;; Maintainer: Stephen Gildea <gildea@stop.mail-abuse.org>
10;; Keywords: tools 9;; Keywords: tools
11 10
@@ -27,7 +26,6 @@
27;; A template in a file can be updated with a new time stamp when 26;; A template in a file can be updated with a new time stamp when
28;; you save the file. For example: 27;; you save the file. For example:
29;; static char *ts = "sdmain.c Time-stamp: <2001-08-13 10:20:51 gildea>"; 28;; static char *ts = "sdmain.c Time-stamp: <2001-08-13 10:20:51 gildea>";
30;; See the top of `time-stamp.el' for another example.
31 29
32;; To use time-stamping, add this line to your init file: 30;; To use time-stamping, add this line to your init file:
33;; (add-hook 'before-save-hook 'time-stamp) 31;; (add-hook 'before-save-hook 'time-stamp)