comparison lisp/term/tvi970.el @ 2116:ce294639d321

[xemacs-hg @ 2004-06-06 23:58:40 by adrian] xemacs-21.5: phrase duplication typo fixes for lisp and src -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2004-06-07 Adrian Aichner <adrian@xemacs.org> * mule/ethio-util.el (ethio-sera-to-fidel-region): Phrase duplication typo fixes for typos found by xemacs-builds/adrian/typology/phrase-duplication-typo.pl. * mule/mule-charset.el (make-translation-table): Ditto. 2004-06-07 Adrian Aichner <adrian@xemacs.org> * files.el (basic-save-buffer): Ditto. * lisp-mode.el (eval-interactive-verbose): Ditto. * newcomment.el (uncomment-region): Ditto. src/ChangeLog addition: 2004-06-07 Adrian Aichner <adrian@xemacs.org> * device-x.c (x_IO_error_handler): Phrase duplication typo fixes for typos found by xemacs-builds/adrian/typology/phrase-duplication-typo.pl.
author adrian
date Sun, 06 Jun 2004 23:58:46 +0000
parents 3ecd8885ac67
children e29fcfd8df5f
comparison
equal deleted inserted replaced
2115:204cd6005d9b 2116:ce294639d321
42 ;; ("\eOP" [kp-f1]) 42 ;; ("\eOP" [kp-f1])
43 ;; ("\eOQ" [kp-f2]) 43 ;; ("\eOQ" [kp-f2])
44 ;; ("\eOR" [kp-f3]) 44 ;; ("\eOR" [kp-f3])
45 ;; ("\eOS" [kp-f4]) 45 ;; ("\eOS" [kp-f4])
46 46
47 ;; These might br set by terminfo 47 ;; These might be set by terminfo
48 ("\e[H" [home]) 48 ("\e[H" [home])
49 ("\e[Z" [backtab]) 49 ("\e[Z" [backtab])
50 ("\e[i" [print]) 50 ("\e[i" [print])
51 ("\e[@" [insert]) 51 ("\e[@" [insert])
52 ("\e[L" [insertline]) 52 ("\e[L" [insertline])
57 ("\eOm" [kp-subtract]) 57 ("\eOm" [kp-subtract])
58 ("\eOl" [kp-separator]) 58 ("\eOl" [kp-separator])
59 ("\eOn" [kp-decimal]) 59 ("\eOn" [kp-decimal])
60 ("\eOM" [kp-enter]) 60 ("\eOM" [kp-enter])
61 61
62 ;; These won't be set up by either either 62 ;; These won't be set up by either
63 ("\e[K" [key-eol]) ;; Not an X keysym 63 ("\e[K" [key-eol]) ;; Not an X keysym
64 ("\e[J" [key-eos]) ;; Not an X keysym 64 ("\e[J" [key-eos]) ;; Not an X keysym
65 ("\e[2J" [key-clear]) ;; Not an X keysym 65 ("\e[2J" [key-clear]) ;; Not an X keysym
66 ("\e[P" [key-dc]) ;; Not an X keysym 66 ("\e[P" [key-dc]) ;; Not an X keysym
67 ("\e[g" [(shift tab)]) ;; Not an X keysym 67 ("\e[g" [(shift tab)]) ;; Not an X keysym