diff options
| -rw-r--r-- | lisp/term.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el index 2258da8fe37..753fffe5ec2 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -3016,7 +3016,7 @@ See `term-prompt-regexp'." | |||
| 3016 | (defconst term-control-seq-regexp | 3016 | (defconst term-control-seq-regexp |
| 3017 | (concat | 3017 | (concat |
| 3018 | ;; A control character not matched in a longer sequence below, | 3018 | ;; A control character not matched in a longer sequence below, |
| 3019 | "\\(?:[\x00-\x19\x1C-\x1F\r\n\t\b]\\|" | 3019 | "\\(?:[\x00-\x19\x1C-\x1F]\\|" |
| 3020 | ;; some Emacs specific control sequences, implemented by | 3020 | ;; some Emacs specific control sequences, implemented by |
| 3021 | ;; `term-command-hook', | 3021 | ;; `term-command-hook', |
| 3022 | "\032[^\n]+\n\\|" | 3022 | "\032[^\n]+\n\\|" |