Mercurial > emacs
view lisp/term/vt320.el @ 89468:7dbbe692f70c
* coding.c (QCcategory): New variable.
(syms_of_coding): Defsym it. Set all elements of
Vcoding_category_table and their symbol values.
(Fset_coding_system_priority): Doc fix. Update symbol qvalues of
coding-category-XXX, and coding-category-list.
(Fdefine_coding_system_internal): Add category in the plist.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 06 Jun 2003 02:13:16 +0000 |
parents | 67b464da13ec |
children | 33d53d287ee4 |
line wrap: on
line source
(load "term/vt100" nil t) ;; Make F11 an escape key. (define-key function-key-map "\e[23~" [?\e]) ;;; vt320.el ends here