Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fefed09d
Commit
fefed09d
authored
Nov 25, 2001
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(smtpmail-deduce-address-list): Don't use insert-string.
parent
9c7fce05
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/mail/smtpmail.el
lisp/mail/smtpmail.el
+3
-3
No files found.
lisp/ChangeLog
View file @
fefed09d
2001-11-25 Simon Josefsson <jas@extundo.com>
* mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
insert-string. Suggested by Pavel@Janik.cz (Pavel Jan,Bm(Bk).
2001-11-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* play/snake.el (snake-mode): Remove make-local-hook.
...
...
lisp/mail/smtpmail.el
View file @
fefed09d
...
...
@@ -873,9 +873,9 @@ This is relative to `smtpmail-queue-dir'.")
(
mail-strip-quoted-names
(
buffer-substring
this-line
this-line-end
))))
)
(
erase-buffer
)
(
insert
-string
" "
)
(
insert
-string
simple-address-list
)
(
insert
-string
"\n"
)
(
insert
" "
)
(
insert
simple-address-list
)
(
insert
"\n"
)
(
subst-char-in-region
(
point-min
)
(
point-max
)
10
?
t
)
;; newline --> blank
(
subst-char-in-region
(
point-min
)
(
point-max
)
?,
?
t
)
;; comma --> blank
(
subst-char-in-region
(
point-min
)
(
point-max
)
9
?
t
)
;; tab --> blank
...
...
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