(x-select-utf8-or-ctext): Use compare-strings instead of while loop.
[bpt/emacs.git] / lisp / term / vt420.el
CommitLineData
0a10297a 1;; -*- no-byte-compile: t -*-
8cc3881f
DL
2(load "term/vt100" nil t)
3
4;; Make F11 an escape key.
5(define-key function-key-map "\e[23~" [?\e])
60370d40 6
ab5796a9 7;;; arch-tag: df2f897c-3a12-4b3c-9259-df089f96c160
60370d40 8;;; vt420.el ends here