1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00

(time-stamp): Use insert-and-inherit for new stamp.

This commit is contained in:
Richard M. Stallman 1997-08-05 03:44:40 +00:00
parent 10ce5ba361
commit 688697012a

View 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)