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
4fc2c72a
Commit
4fc2c72a
authored
Apr 16, 2012
by
Chong Yidong
Browse files
* mail/sendmail.el (mail-bury): Call return action with the right Rmail buffer.
Fixes: debbugs:11242
parent
4f5d565f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+1
-1
No files found.
lisp/ChangeLog
View file @
4fc2c72a
2012-04-16 Chong Yidong <cyd@gnu.org>
* mail/sendmail.el (mail-bury): Call return action with the right
Rmail buffer (Bug#11242).
2012-04-15 Chong Yidong <cyd@gnu.org>
* server.el (server-process-filter): Handle corner case where both
...
...
lisp/mail/sendmail.el
View file @
4fc2c72a
...
...
@@ -864,7 +864,7 @@ Prefix arg means don't delete this window."
(
unless
return-action
(
dolist
(
buffer
(
buffer-list
))
(
if
(
eq
(
buffer-local-value
'major-mode
buffer
)
'rmail-mode
)
(
setq
return-action
`
(
rmail-mail-return
,
new
buf
)))))
(
setq
return-action
`
(
rmail-mail-return
,
buf
fer
)))))
(
if
(
and
(
null
arg
)
return-action
)
(
apply
(
car
return-action
)
(
cdr
return-action
))
(
switch-to-buffer
newbuf
))))
...
...
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