]> code.delx.au - gnu-emacs/blob - lisp/term/vt400.el
(x-handle-switch): Fix handling of x-invocation-args for switches with
[gnu-emacs] / lisp / term / vt400.el
1 (load "term/vt100" nil t)
2
3 ;; Make F11 an escape key.
4 (define-key function-key-map "\e[23~" [?\e])
5
6 ;;; vt400.el ends here