# HG changeset patch # User Richard M. Stallman # Date 761456657 0 # Node ID f97f4938fffa188a11773f644b0002df7e361ea1 # Parent d6a5848451f39267115a649f7453305e1fde2da0 (time-stamp-start): Allow more white space between keyword and time stamp. diff -r d6a5848451f3 -r f97f4938fffa lisp/time-stamp.el --- 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 -;; 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 +