summaryrefslogtreecommitdiff
path: root/lisp/time-stamp.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-05 03:44:40 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-05 03:44:40 +0000
commit5041f3ff0b18c2bbf435362a2976e9c74431351e (patch)
tree23cb372090a9a7b3ee50573d94394dd09b93c5be /lisp/time-stamp.el
parentf1e9acf54ade9552e0d58fe4948a7f3424dc2f3f (diff)
downloademacs-5041f3ff0b18c2bbf435362a2976e9c74431351e.tar.gz
(time-stamp): Use insert-and-inherit for new stamp.
Diffstat (limited to 'lisp/time-stamp.el')
-rw-r--r--lisp/time-stamp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el
index d4f1e1f3d12..a6aeb2a4d55 100644
--- a/lisp/time-stamp.el
+++ b/lisp/time-stamp.el
@@ -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)