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:
parent
10ce5ba361
commit
688697012a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user