summaryrefslogtreecommitdiff
path: root/lisp/time-stamp.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-01-14 12:43:22 -0500
committerGlenn Morris <rgm@gnu.org>2016-01-14 12:43:22 -0500
commitd5f1db83ecfffbbb52b88b382cf5d480e8a0ef32 (patch)
treed4678cea2680ae8f2591f3cce8289c4d63fdac52 /lisp/time-stamp.el
parenta53fc894808a8244baff4a22047b832dbf5ea311 (diff)
downloademacs-d5f1db83ecfffbbb52b88b382cf5d480e8a0ef32.tar.gz
; * lisp/time-stamp.el: Remove active time-stamp comment.
It was cute, but it's not needed as an example, and causes spurious diffs/conflicts for those with time-stamping enabled.
Diffstat (limited to 'lisp/time-stamp.el')
-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 @@
;; This file is part of GNU Emacs.
-;; Maintainer's Time-stamp: <2006-04-12 20:30:56 rms>
;; Maintainer: Stephen Gildea <gildea@stop.mail-abuse.org>
;; Keywords: tools
@@ -27,7 +26,6 @@
;; 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: <2001-08-13 10:20:51 gildea>";
-;; See the top of `time-stamp.el' for another example.
;; To use time-stamping, add this line to your init file:
;; (add-hook 'before-save-hook 'time-stamp)