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
c7c93bd9
Commit
c7c93bd9
authored
Aug 09, 2005
by
Richard M. Stallman
Browse files
(mail-yank-original): Use with-no-warnings.
parent
134c6d58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+3
-1
No files found.
lisp/mail/sendmail.el
View file @
c7c93bd9
...
...
@@ -1432,7 +1432,9 @@ and don't delete any header fields."
;; delete that window to save screen space.
;; t means don't alter other frames.
(
delete-windows-on
original
t
)
(
insert-buffer
original
)
(
with-no-warnings
;; We really want this to set mark.
(
insert-buffer
original
))
(
set-text-properties
(
point
)
(
mark
t
)
nil
))
(
if
(
consp
arg
)
nil
...
...
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