Mercurial > emacs
view lisp/term/vt320.el @ 50283:73ab8e5b6d65
2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
* cus-edit.el (custom-mode): Make `custom-local-buffer' local.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Mon, 24 Mar 2003 01:45:08 +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]) ;;; vt320.el ends here