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
c2020c27
Commit
c2020c27
authored
May 16, 2003
by
Stefan Monnier
Browse files
(shell-command): Undo last change.
parent
dd631e8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/simple.el
lisp/simple.el
+1
-1
No files found.
lisp/simple.el
View file @
c2020c27
...
...
@@ -1348,7 +1348,7 @@ specifies the value of ERROR-BUFFER."
(setq proc (start-process "
Shell
" buffer shell-file-name
shell-command-switch command))
(setq mode-line-process '("
:%s
"))
(shell-mode)
(require 'shell)
(shell-mode)
(set-process-sentinel proc 'shell-command-sentinel)
))
(shell-command-on-region (point) (point) command
...
...
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