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
913126a6
Commit
913126a6
authored
Dec 24, 1993
by
Richard M. Stallman
Browse files
(rmail-output-to-rmail-file): When copying to a buffer,
maybe enable auto save in that buffer.
parent
876cd689
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lisp/mail/rmailout.el
lisp/mail/rmailout.el
+5
-0
No files found.
lisp/mail/rmailout.el
View file @
913126a6
...
...
@@ -122,6 +122,11 @@ starting with the current one. Deleted messages are skipped and don't count."
;; If MSG is non-nil, buffer is in RMAIL mode.
(
if
msg
(
progn
;; Turn on auto save mode, if it's off in this
;; buffer but enabled by default.
(
and
(
not
buffer-auto-save-file-name
)
auto-save-default
(
auto-save-mode
t
))
(
rmail-maybe-set-message-counters
)
(
widen
)
(
narrow-to-region
(
point-max
)
(
point-max
))
...
...
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