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
b6a44b27
Commit
b6a44b27
authored
Jun 23, 2009
by
Glenn Morris
Browse files
(comint-insert-input): Doc fix.
parent
f86ca715
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/comint.el
lisp/comint.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b6a44b27
2009-06-23 Glenn Morris <rgm@gnu.org>
2009-06-23 Glenn Morris <rgm@gnu.org>
* comint.el (comint-insert-input): Doc fix.
* Makefile.in (ELCFILES): Fix typo in previous change.
* Makefile.in (ELCFILES): Fix typo in previous change.
2009-06-23 Miles Bader <miles@gnu.org>
2009-06-23 Miles Bader <miles@gnu.org>
...
...
lisp/comint.el
View file @
b6a44b27
...
@@ -814,7 +814,7 @@ buffer. The hook `comint-exec-hook' is run after each exec."
...
@@ -814,7 +814,7 @@ buffer. The hook `comint-exec-hook' is run after each exec."
(defun comint-insert-input (event)
(defun comint-insert-input (event)
"In a Comint buffer, set the current input to the previous input at point.
"In a Comint buffer, set the current input to the previous input at point.
If there is no previous input at point, run the command specified
If there is no previous input at point, run the command specified
by the global keymap (usually `mouse-yank-at-
point
')."
by the global keymap (usually `mouse-yank-at-
click
')."
(interactive "e")
(interactive "e")
(mouse-set-point event)
(mouse-set-point event)
(let ((pos (posn-point (event-end event)))
(let ((pos (posn-point (event-end event)))
...
...
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