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
e49c0a9a
Commit
e49c0a9a
authored
Jan 09, 2014
by
Glenn Morris
Browse files
Comment
parent
6affdccc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/gnus/message.el
lisp/gnus/message.el
+3
-0
No files found.
lisp/gnus/message.el
View file @
e49c0a9a
...
...
@@ -4099,6 +4099,9 @@ Instead, just auto-save the buffer and then bury it."
(
defun
message-bury
(
buffer
)
"Bury this mail BUFFER."
;; Note that this is not quite the same as (bury-buffer buffer),
;; since bury-buffer does extra stuff with a nil argument.
;; Eg http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg00539.html
(
with-current-buffer
buffer
(
bury-buffer
))
(
if
message-return-action
(
apply
(
car
message-return-action
)
(
cdr
message-return-action
))))
...
...
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