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
a77db92b
Commit
a77db92b
authored
Jul 16, 1994
by
Richard M. Stallman
Browse files
Comment change.
(comint-bol): Doc fix.
parent
5bd43625
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
lisp/comint.el
lisp/comint.el
+2
-5
No files found.
lisp/comint.el
View file @
a77db92b
...
...
@@ -69,8 +69,8 @@
;;; m-s comint-next-matching-input Next input that matches
;;; m-c-l comint-show-output Show last batch of process output
;;; return comint-send-input
;;; c-a comint-bol Beginning of line; skip prompt
;;; c-d comint-delchar-or-maybe-eof Delete char unless at end of buff
;;; c-c c-a comint-bol Beginning of line; skip prompt
;;; c-c c-u comint-kill-input ^u
;;; c-c c-w backward-kill-word ^w
;;; c-c c-c comint-interrupt-subjob ^c
...
...
@@ -1315,10 +1315,7 @@ set the hook `comint-input-sender'."
If prefix argument is given (\\[universal-argument]) the prompt is not skipped.
The prompt skip is done by skipping text matching the regular expression
`comint-prompt-regexp', a buffer local variable.
If you don't like this command, bind C-a to `beginning-of-line'
in your hook, `comint-mode-hook'."
`comint-prompt-regexp', a buffer local variable."
(
interactive
"P"
)
(
beginning-of-line
)
(
if
(
null
arg
)
(
comint-skip-prompt
)))
...
...
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