diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2005-04-08 20:55:09 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2005-04-08 20:55:09 +0000 |
commit | 099dcdcf27772074faad8096e71a28294c14687f (patch) | |
tree | c3b93e1084f7a11f0c315e70e9af3ae3976939a1 /lisp/term.el | |
parent | c22c3db00e9345869817da8ebf441647c1ae35f3 (diff) | |
download | emacs-099dcdcf27772074faad8096e71a28294c14687f.tar.gz |
* cus-edit.el (custom-modified-face):
* comint.el (comint-highlight-input): Fix previous changes.
* term.el (term-handle-ansi-escape): Add a comment.
Diffstat (limited to 'lisp/term.el')
-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 02841db9502..8643ea69fc0 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -3233,7 +3233,7 @@ See `term-prompt-regexp'." ((eq char ?P) (term-delete-chars (max 1 term-terminal-parameter))) ;; \E[@ - insert spaces - ((eq char ?@) + ((eq char ?@) ;; (terminfo: ich) (term-insert-spaces (max 1 term-terminal-parameter))) ;; \E[?h - DEC Private Mode Set ((eq char ?h) |