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
38926103
Commit
38926103
authored
Jul 16, 2005
by
Richard M. Stallman
Browse files
(uce-reply-to-uce): Replace beginning-of-buffer and insert-file.
parent
8877fa6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
lisp/mail/uce.el
lisp/mail/uce.el
+2
-6
No files found.
lisp/mail/uce.el
View file @
38926103
...
...
@@ -283,7 +283,7 @@ address, and postmaster of the mail relay used."
(
re-search-forward
"^Lines:"
)
(
beginning-of-line
))
((
eq
uce-mail-reader
'rmail
)
(
beginning-of-buffer
)
(
goto-char
(
point-min
)
)
(
search-forward
"*** EOOH ***\n"
)
(
beginning-of-line
)
(
forward-line
-1
)))
...
...
@@ -364,11 +364,7 @@ address, and postmaster of the mail relay used."
(
if
(
file-exists-p
"~/.signature"
)
(
progn
(
insert
"\n\n-- \n"
)
(
insert-file
"~/.signature"
)
;; Function insert-file leaves point where it was,
;; while we want to place signature in the ``middle''
;; of the message.
(
exchange-point-and-mark
))))
(
forward-char
(
cadr
(
insert-file-contents
"~/.signature"
))))))
(
uce-signature
(
insert
"\n\n-- \n"
uce-signature
)))
;; And text of the original 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