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
75545902
Commit
75545902
authored
Feb 23, 1999
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(with-temp-message): Use %s so % in old msg won't fool us.
parent
bf7ce021
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/subr.el
lisp/subr.el
+2
-2
No files found.
lisp/subr.el
View file @
75545902
...
...
@@ -976,8 +976,8 @@ Use a MESSAGE of \"\" to temporarily clear the echo area."
(
setq
,
current-message
(
current-message
))
(
message
,
temp-message
))
,@
body
)
(
when
,
temp-message
(
message
,
current-message
))))))
(
and
,
temp-message
,
current-message
(
message
"%s"
,
current-message
))))))
(
defmacro
with-temp-buffer
(
&rest
body
)
"Create a temporary buffer, and evaluate BODY there like `progn'.
...
...
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