aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorStefan Kangas2022-12-23 06:30:12 +0100
committerStefan Kangas2022-12-23 06:30:12 +0100
commit99feed933ac8b8a3384eeb40254ef2e2de4f31de (patch)
tree5f28e85fd3915dd9350375c067762d857bbdfbb5 /lisp/comint.el
parent17bf6a829ca2fd2920c01e1aee30ab16b9c672eb (diff)
parent0754173c923a1888a1b18b4c6c5d1dc72e6cc6af (diff)
downloademacs-99feed933ac8b8a3384eeb40254ef2e2de4f31de.tar.gz
emacs-99feed933ac8b8a3384eeb40254ef2e2de4f31de.zip
Merge from origin/emacs-29
0754173c923 ; Fix docstring 014232d3840 Eglot: eglot--servers-by-xrefed-file doesn't need to be v... bbe35c280c2 Prevent stale servers when using eglot-extend-to-xref 9bf13a3fb9e ; * src/alloc.c (Fmemory_info): Doc fix. baa33a5c054 * etc/tutorials/TUTORIAL.cn: Fix typos. (Bug#60221) 98d7f76b451 Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/... a488a6870ac Add alias for removed font-lock function 02e046566e2 Set beginning/end-of-defun-function in treesit-major-mode... 7dea58b88db Add treesit-defun-at-point and fix c-ts-mode-indent-defun 69123d4aa4e ; Fix treesit--defuns-around 05d8310fb5d Use the new keyword ':repeat' in repeatable keymaps.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 7ba423e65de..77d213574f3 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -606,12 +606,10 @@ via PTYs.")
606 606
607(defvar-keymap comint-repeat-map 607(defvar-keymap comint-repeat-map
608 :doc "Keymap to repeat comint key sequences. Used in `repeat-mode'." 608 :doc "Keymap to repeat comint key sequences. Used in `repeat-mode'."
609 :repeat t
609 "C-n" #'comint-next-prompt 610 "C-n" #'comint-next-prompt
610 "C-p" #'comint-previous-prompt) 611 "C-p" #'comint-previous-prompt)
611 612
612(put #'comint-next-prompt 'repeat-map 'comint-repeat-map)
613(put #'comint-previous-prompt 'repeat-map 'comint-repeat-map)
614
615;; Fixme: Is this still relevant? 613;; Fixme: Is this still relevant?
616(defvar comint-ptyp t 614(defvar comint-ptyp t
617 "Non-nil if communications via pty; false if by pipe. Buffer local. 615 "Non-nil if communications via pty; false if by pipe. Buffer local.