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
63437623
Commit
63437623
authored
Jun 10, 1999
by
Karl Heuer
Browse files
(shell-command): Avoid printing "mark set" message.
parent
a0730fbd
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 @
63437623
...
...
@@ -1142,7 +1142,7 @@ specifies the value of ERROR-BUFFER."
(make-temp-name "
scor
"))
nil)))
(barf-if-buffer-read-only)
(push-mark)
(push-mark
nil t
)
;; We do not use -f for csh; we will not support broken use of
;; .cshrcs. Even the BSD csh manual says to use
;; "
if
(
$?prompt
)
exit
" before things which are not useful
...
...
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