diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-02-17 03:44:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-02-17 03:44:17 +0000 |
commit | e68a015e5ad5a1d49dcc78912d7784cc2c5ded6a (patch) | |
tree | 5cece2d1a905b9131f62ba4eda67c331291ab709 /lisp/time-stamp.el | |
parent | 7806abbdb2427c31fa134f38ae968a73b5b75972 (diff) | |
download | emacs-e68a015e5ad5a1d49dcc78912d7784cc2c5ded6a.tar.gz |
(time-stamp-start): Allow more white space
between keyword and time stamp.
Diffstat (limited to 'lisp/time-stamp.el')
-rw-r--r-- | lisp/time-stamp.el | 5 |
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 @@ ;;; Copyright 1989, 1993 Free Software Foundation, Inc. ;; Maintainer: Stephen Gildea <gildea@lcs.mit.edu> -;; Time-stamp: <93/12/19 14:50:59 gildea> +;; Time-stamp: <94/02/14 15:02:07 gildea> ;; Keywords: tools ;; 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, do so in the local variables section of the time-stamped file itself.") -(defvar time-stamp-start "Time-stamp: \\\\?[\"<]+" ;Do not change! +(defvar time-stamp-start "Time-stamp:[ \t]+\\\\?[\"<]+" ;Do not change! "Regexp after which the time stamp is written by \\[time-stamp]. See also the variables `time-stamp-end' and `time-stamp-line-limit'. @@ -277,3 +277,4 @@ The first character of DD is space if the value is less than 10." (provide 'time-stamp) ;;; time-stamp.el ends here + |