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
c7065819
Commit
c7065819
authored
Feb 09, 1994
by
Karl Heuer
Browse files
(rmail-expunge-and-save): Mark summary buffer as unmodified.
parent
e5074474
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/mail/rmail.el
lisp/mail/rmail.el
+3
-1
No files found.
lisp/mail/rmail.el
View file @
c7065819
...
...
@@ -634,7 +634,9 @@ Instead, these commands are available:
"Expunge and save RMAIL file."
(interactive)
(rmail-expunge)
(save-buffer))
(save-buffer)
(if (rmail-summary-exists)
(rmail-select-summary (set-buffer-modified-p nil))))
(defun rmail-quit ()
"Quit out of RMAIL."
...
...
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