]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/term.el (term-control-seq-regexp): remove duplicate chars
authorMattias EngdegÄrd <mattiase@acm.org>
Fri, 7 Feb 2025 17:52:38 +0000 (18:52 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 18 Feb 2025 08:53:00 +0000 (09:53 +0100)
(cherry picked from commit bb86bd2bf674aafa49e505d5a78ce8207c5b4f4b)

lisp/term.el

index 72af0360700dd41935fe09bac31f635a17c4c2b6..ad85cc2cdbd976504b69aca31763d0176ea87acc 100644 (file)
@@ -3012,7 +3012,7 @@ See `term-prompt-regexp'."
 (defconst term-control-seq-regexp
   (concat
    ;; A control character not matched in a longer sequence below,
-   "\\(?:[\x00-\x19\x1C-\x1F\r\n\t\b]\\|"
+   "\\(?:[\x00-\x19\x1C-\x1F]\\|"
    ;; some Emacs specific control sequences, implemented by
    ;; `term-command-hook',
    "\032[^\n]+\n\\|"