Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b7796562
Commit
b7796562
authored
Jan 23, 2009
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mail-bury): Revert previous change now pmail is no more.
parent
bd5e4c2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+7
-0
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b7796562
2009-01-23 Glenn Morris <rgm@gnu.org>
* mail/sendmail.el (mail-bury): Revert previous change now pmail is no
more.
* mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
2009-01-23 Chong Yidong <cyd@stupidchicken.com>
* server.el (server-name): Make it a defcustom.
...
...
lisp/mail/sendmail.el
View file @
b7796562
...
...
@@ -791,7 +791,7 @@ Prefix arg means don't delete this window."
(
not
(
one-window-p
))
(
with-current-buffer
(
window-buffer
(
next-window
(
selected-window
)
'not
))
(
setq
rmail-flag
(
mem
q
major-mode
'
(
rmail-mode
pmail-mode
)
))
(
setq
rmail-flag
(
e
q
major-mode
'rmail-mode
))
(
setq
summary-buffer
(
and
mail-bury-selects-summary
(
boundp
'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