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
b0aea09e
Commit
b0aea09e
authored
Jan 18, 2006
by
Jesper Harder
Browse files
(smtpmail-send-it): Use insert-buffer-substring.
parent
7a9ac688
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/mail/smtpmail.el
lisp/mail/smtpmail.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b0aea09e
2006-01-18 Jesper Harder <harder@phys.au.dk>
* mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
2006-01-18 Masatake YAMATO <jet@gyve.org>
* progmodes/make-mode.el (makefile-imake-mode): New mode
...
...
lisp/mail/smtpmail.el
View file @
b0aea09e
...
...
@@ -365,7 +365,7 @@ This is relative to `smtpmail-queue-dir'.")
(
make-directory
smtpmail-queue-dir
t
))
(
with-current-buffer
buffer-data
(
erase-buffer
)
(
insert-buffer-
contents
tembuf
)
(
insert-buffer-
substring
tembuf
)
(
write-file
file-data
)
(
set-buffer
buffer-elisp
)
(
erase-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