(time-stamp): Use insert-and-inherit for new stamp.
This commit is contained in:
parent
10ce5ba361
commit
688697012a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue