changeset 19154:57f551ebd40b

(time-stamp): Use insert-and-inherit for new stamp.
author Richard M. Stallman <rms@gnu.org>
date Tue, 05 Aug 1997 03:44:40 +0000
parents 6544faf75c9f
children 20fda18753c2
files lisp/time-stamp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/time-stamp.el	Tue Aug 05 01:43:58 1997 +0000
+++ b/lisp/time-stamp.el	Tue Aug 05 03:44:40 1997 +0000
@@ -222,7 +222,7 @@
 			  (widen)
 			  (delete-region start end)
 			  (goto-char start)
-			  (insert new-time-stamp)
+			  (insert-and-inherit new-time-stamp)
 			  (setq end (point))
 			  ;; remove any tabs used to format time stamp
 			  (goto-char start)