Mercurial > emacs
view lisp/term/vt400.el @ 51149:337c29aec7ce
(Creating Strings): Update split-string specification and examples.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 22 May 2003 21:05:25 +0000 |
parents | 33d53d287ee4 |
children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line source
;; -*- no-byte-compile: t -*- (load "term/vt100" nil t) ;; Make F11 an escape key. (define-key function-key-map "\e[23~" [?\e]) ;;; vt400.el ends here