comparison lisp/term/keyswap.el @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
36 ;; Swap ^H and DEL 36 ;; Swap ^H and DEL
37 (aset the-table ?\177 ?\^h) 37 (aset the-table ?\177 ?\^h)
38 (aset the-table ?\^h ?\177) 38 (aset the-table ?\^h ?\177)
39 (setq keyboard-translate-table the-table)) 39 (setq keyboard-translate-table the-table))
40 40
41 ;;; arch-tag: 67cf7009-e23e-421c-9648-078e7277297c
41 ;;; keyswap.el ends here 42 ;;; keyswap.el ends here