changeset 5971:f97f4938fffa

(time-stamp-start): Allow more white space between keyword and time stamp.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Feb 1994 03:44:17 +0000
parents d6a5848451f3
children ccb0f99750e3
files lisp/time-stamp.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/time-stamp.el	Thu Feb 17 03:36:11 1994 +0000
+++ b/lisp/time-stamp.el	Thu Feb 17 03:44:17 1994 +0000
@@ -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 @@
 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 @@
 (provide 'time-stamp)
 
 ;;; time-stamp.el ends here
+