comparison lisp/term/bobcat.el @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 33d53d287ee4
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 ;; -*- no-byte-compile: t -*- 1 ;; -*- no-byte-compile: t -*-
2 ;;; HP terminals usually encourage using ^H as the rubout character
3 (load "term/keyswap" nil t)
4 2
3 (defun terminal-init-bobcat ()
4 "Terminal initialization function for bobcat."
5 ;; HP terminals usually encourage using ^H as the rubout character
6 (keyboard-translate ?\177 ?\^h)
7 (keyboard-translate ?\^h ?\177))
8
9 ;;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7
5 ;;; bobcat.el ends here 10 ;;; bobcat.el ends here