aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-05 03:44:40 +0000
committerRichard M. Stallman1997-08-05 03:44:40 +0000
commit688697012a754f85456841e968c68455f653d1eb (patch)
tree38602bce8d85c0774de055124d01f5f323656499
parent10ce5ba361ca489970193bc1be8e71e556fa3a18 (diff)
downloademacs-688697012a754f85456841e968c68455f653d1eb.tar.gz
emacs-688697012a754f85456841e968c68455f653d1eb.zip
(time-stamp): Use insert-and-inherit for new stamp.
-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."
222 (widen) 222 (widen)
223 (delete-region start end) 223 (delete-region start end)
224 (goto-char start) 224 (goto-char start)
225 (insert new-time-stamp) 225 (insert-and-inherit new-time-stamp)
226 (setq end (point)) 226 (setq end (point))
227 ;; remove any tabs used to format time stamp 227 ;; remove any tabs used to format time stamp
228 (goto-char start) 228 (goto-char start)