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
9a3f71f7
Commit
9a3f71f7
authored
Apr 29, 2014
by
Glenn Morris
Browse files
* lisp/mail/rmail.el (rmail-quit): Handle killed summaries.
Fixes: debbugs:17283
parent
a55ea27f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/mail/rmail.el
lisp/mail/rmail.el
+2
-3
No files found.
lisp/ChangeLog
View file @
9a3f71f7
2014-04-29 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
* faces.el (face-spec-recalc): Apply X resources only after the
...
...
lisp/mail/rmail.el
View file @
9a3f71f7
;;; rmail.el --- main code of "RMAIL" mail reader for Emacs
;; Copyright (C) 1985-1988, 1993-1998, 2000-2014 Free Software
;; Foundation, Inc.
;; Copyright (C) 1985-1988, 1993-1998, 2000-2014 Free Software Foundation, Inc.
;; Maintainer: emacs-devel@gnu.org
;; Keywords: mail
...
...
@@ -1573,7 +1572,7 @@ Hook `rmail-quit-hook' is run after expunging."
(
when
(
boundp
'rmail-quit-hook
)
(
run-hooks
'rmail-quit-hook
))
;; Don't switch to the summary buffer even if it was recently visible.
(
when
rmail-summary-
buffer
(
when
(
rmail-summary-
exists
)
(
with-current-buffer
rmail-summary-buffer
(
set-buffer-modified-p
nil
))
(
replace-buffer-in-windows
rmail-summary-buffer
)
...
...
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