Mercurial > emacs
view lisp/term/vt320.el @ 89701:a1d897828f2f
(compute_char_face): Call FACE_FOR_CHAR with POS and OBJECT args.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 13 Jan 2004 01:43:00 +0000 |
parents | 375f2633d815 |
children | 68c22ea6027c |
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