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
2d5788f4
Commit
2d5788f4
authored
Sep 12, 2013
by
Glenn Morris
Browse files
* test/automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
due to "has a running proces; kill it?" prompts.
parent
51e14f13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
test/ChangeLog
test/ChangeLog
+5
-0
test/automated/eshell.el
test/automated/eshell.el
+2
-1
No files found.
test/ChangeLog
View file @
2d5788f4
2013-09-12 Glenn Morris <rgm@gnu.org>
* automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
due to "has a running proces; kill it?" prompts.
2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
* automated/eshell.el: Rename from eshell.el.
...
...
test/automated/eshell.el
View file @
2d5788f4
...
...
@@ -34,7 +34,8 @@
(
unwind-protect
(
with-current-buffer
eshell-buffer
,@
body
)
(
kill-buffer
eshell-buffer
))))
(
let
(
kill-buffer-query-functions
)
(
kill-buffer
eshell-buffer
)))))
(
defun
eshell-insert-command
(
text
&optional
func
)
"Insert a command at the end of the buffer."
...
...
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