]> git.eshelyaron.com Git - emacs.git/commitdiff
(time-stamp): Use insert-and-inherit for new stamp.
authorRichard M. Stallman <rms@gnu.org>
Tue, 5 Aug 1997 03:44:40 +0000 (03:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 5 Aug 1997 03:44:40 +0000 (03:44 +0000)
lisp/time-stamp.el

index d4f1e1f3d12ef47df35f6b79a9cbe427f0f77330..a6aeb2a4d5532c026ac6071fedcd49c0be81955a 100644 (file)
@@ -222,7 +222,7 @@ and `time-stamp-end' control finding the template."
                          (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)