Mercurial > emacs
annotate lisp/term/vt300.el @ 89709:688136a6cab5
(x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
OBJECT args.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 15 Jan 2004 06:58:07 +0000 |
parents | 375f2633d815 |
children | 68c22ea6027c |
rev | line source |
---|---|
47726
33d53d287ee4
Add "no-byte-compile: t" in first line.
Juanma Barranquero <lekktu@gmail.com>
parents:
38414
diff
changeset
|
1 ;; -*- no-byte-compile: t -*- |
25841 | 2 (load "term/vt100" nil t) |
3 | |
4 ;; Make F11 an escape key. | |
5 (define-key function-key-map "\e[23~" [?\e]) | |
38414
67b464da13ec
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
25841
diff
changeset
|
6 |
67b464da13ec
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
25841
diff
changeset
|
7 ;;; vt300.el ends here |