Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
68869701
Commit
68869701
authored
Aug 05, 1997
by
Richard M. Stallman
Browse files
(time-stamp): Use insert-and-inherit for new stamp.
parent
10ce5ba3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/time-stamp.el
lisp/time-stamp.el
+1
-1
No files found.
lisp/time-stamp.el
View file @
68869701
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment