Mercurial > emacs
view lisp/term/vt420.el @ 49231:1cc18f262eab
(apropos): Restore autoload cookie. Fix error
message typo.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Tue, 14 Jan 2003 20:47:21 +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]) ;;; vt420.el ends here