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
1a9dc3b5
Commit
1a9dc3b5
authored
Sep 17, 2010
by
Michael Albinus
Browse files
* net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
defmacro.
parent
318a04c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/tramp-compat.el
lisp/net/tramp-compat.el
+1
-1
No files found.
lisp/ChangeLog
View file @
1a9dc3b5
2010-09-17 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
defmacro.
2010-09-16 Chong Yidong <cyd@stupidchicken.com>
* mail/sendmail.el: Add "*unsent mail*" to
...
...
lisp/net/tramp-compat.el
View file @
1a9dc3b5
...
...
@@ -184,7 +184,7 @@
;; `with-temp-message' does not exists in XEmacs.
(
if
(
fboundp
'with-temp-message
)
(
defalias
'tramp-compat-with-temp-message
'with-temp-message
)
(
def
un
tramp-compat-with-temp-message
(
message
&rest
body
)
(
def
macro
tramp-compat-with-temp-message
(
message
&rest
body
)
"Display MESSAGE temporarily if non-nil while BODY is evaluated."
`
(
progn
,@
body
)))
...
...
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