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
d8ea53f9
Commit
d8ea53f9
authored
Sep 18, 2005
by
Deepak Goel
Browse files
message format spec fixes (commit # 7)
parent
83816142
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/eshell/esh-proc.el
lisp/eshell/esh-proc.el
+2
-2
No files found.
lisp/eshell/esh-proc.el
View file @
d8ea53f9
...
...
@@ -225,8 +225,8 @@ The prompt will be set to PROMPT."
(
if
(
and
(
eshell-processp
(
car
entry
))
(
nth
2
entry
)
eshell-done-messages-in-minibuffer
)
(
message
(
format
"[%s]+ Done %s"
(
process-name
(
car
entry
)
)
(
process-command
(
car
entry
)))))
(
message
"[%s]+ Done %s"
(
process-name
(
car
entry
)
(
process-command
(
car
entry
)))))
(
setq
eshell-process-list
(
delq
entry
eshell-process-list
)))
...
...
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