annotate lisp/term/vt400.el @ 52433:875975e6fae5

(non-iso-charset-alist): Define as nil. (top-level): Append to non-iso-charset-alist (without `codepage' stuff). (print-designation, list-coding-systems-1): Output fixes.
author Dave Love <fx@gnu.org>
date Thu, 04 Sep 2003 16:58:20 +0000
parents 695cf19ef79e
children af1c58687bdd 7372c2f9daac 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
Dave Love <fx@gnu.org>
parents:
diff changeset
2 (load "term/vt100" nil t)
Dave Love <fx@gnu.org>
parents:
diff changeset
3
Dave Love <fx@gnu.org>
parents:
diff changeset
4 ;; Make F11 an escape key.
Dave Love <fx@gnu.org>
parents:
diff changeset
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
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 47726
diff changeset
7 ;;; arch-tag: a70809c5-6b21-42cc-ba20-536683e5e7d5
38414
67b464da13ec Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents: 25841
diff changeset
8 ;;; vt400.el ends here