view lisp/term/vt240.el @ 6154:385d5fe1c95c

(comint-arguments): Use just one regexp to find end of arg and detect whether it has any quotes. (comint-delim-arg): Don't check for quotes. Use loop, not regexps. (comint-delimiter-argument-list): List now has chars, not strings.
author Richard M. Stallman <rms@gnu.org>
date Wed, 02 Mar 1994 22:00:24 +0000
parents 8ba66a564213
children 67b464da13ec
line wrap: on
line source

;; For our purposes we can treat the vt200 and vt100 almost alike.
;; Most differences are handled by the termcap entry.
(load "term/vt100" nil t)

;; Make F11 an escape key.
(define-key function-key-map "\e[23~" [?\e])