aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-02-17 03:44:17 +0000
committerRichard M. Stallman1994-02-17 03:44:17 +0000
commit360816143b252400d33ee1706c7342b82aae09e1 (patch)
treefc1a0f4b06103572cd9915b1fd1ff1f8a3c4a35d
parentc1244c71877f6d5de1dc8a3cc6497eda97da43ff (diff)
downloademacs-360816143b252400d33ee1706c7342b82aae09e1.tar.gz
emacs-360816143b252400d33ee1706c7342b82aae09e1.zip
(time-stamp-start): Allow more white space
between keyword and time stamp.
-rw-r--r--lisp/time-stamp.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el
index b7e9b022238..d7e09580d30 100644
--- a/lisp/time-stamp.el
+++ b/lisp/time-stamp.el
@@ -2,7 +2,7 @@
2;;; Copyright 1989, 1993 Free Software Foundation, Inc. 2;;; Copyright 1989, 1993 Free Software Foundation, Inc.
3 3
4;; Maintainer: Stephen Gildea <gildea@lcs.mit.edu> 4;; Maintainer: Stephen Gildea <gildea@lcs.mit.edu>
5;; Time-stamp: <93/12/19 14:50:59 gildea> 5;; Time-stamp: <94/02/14 15:02:07 gildea>
6;; Keywords: tools 6;; Keywords: tools
7 7
8;; This file is free software; you can redistribute it and/or modify 8;; This file is free software; you can redistribute it and/or modify
@@ -74,7 +74,7 @@ with other people's files! If you must change them for some application,
74do so in the local variables section of the time-stamped file itself.") 74do so in the local variables section of the time-stamped file itself.")
75 75
76 76
77(defvar time-stamp-start "Time-stamp: \\\\?[\"<]+" ;Do not change! 77(defvar time-stamp-start "Time-stamp:[ \t]+\\\\?[\"<]+" ;Do not change!
78 "Regexp after which the time stamp is written by \\[time-stamp]. 78 "Regexp after which the time stamp is written by \\[time-stamp].
79See also the variables `time-stamp-end' and `time-stamp-line-limit'. 79See also the variables `time-stamp-end' and `time-stamp-line-limit'.
80 80
@@ -277,3 +277,4 @@ The first character of DD is space if the value is less than 10."
277(provide 'time-stamp) 277(provide 'time-stamp)
278 278
279;;; time-stamp.el ends here 279;;; time-stamp.el ends here
280