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
dfeab394
Commit
dfeab394
authored
Feb 15, 2009
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(rmail-update-summary): Move declaration earlier in file.
parent
050f62bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/mail/rmailout.el
lisp/mail/rmailout.el
+3
-3
No files found.
lisp/ChangeLog
View file @
dfeab394
...
...
@@ -8,6 +8,7 @@
(rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
(rmail-output-as-mbox): Start search from point-min. If constructing a
"From " line, prefer the date header over the current time.
(rmail-update-summary): Move declaration earlier in file.
2009-02-15 Richard M Stallman <rms@gnu.org>
...
...
lisp/mail/rmailout.el
View file @
dfeab394
...
...
@@ -130,6 +130,9 @@ It alters the current buffer's text, so it should be a temp buffer."
(
goto-char
(
point-max
))
(
insert-buffer-substring
tembuf
)))))))
;; Called only if rmail-summary-exists, which means rmailsum is loaded.
(
declare-function
rmail-update-summary
"rmailsum"
(
&rest
ignore
))
(
defun
rmail-output-to-babyl-buffer
(
tembuf
msg
)
"Copy msg in TEMBUF from BEG to END into this old R-mail BABYL buffer.
Do what is necessary to make babyl R-mail know about the new message.
...
...
@@ -359,9 +362,6 @@ AS-SEEN is non-nil if we are copying the message \"as seen\"."
(
goto-char
(
point-max
))
(
insert-buffer-substring
tembuf
)))))))
;; Called only if rmail-summary-exists, which means rmailsum is loaded.
(
declare-function
rmail-update-summary
"rmailsum"
(
&rest
ignore
))
(
defun
rmail-output-to-rmail-buffer
(
tembuf
msg
)
"Copy msg in TEMBUF from BEG to END into this Rmail buffer.
Do what is necessary to make Rmail know about the new message.
...
...
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