]> code.delx.au - gnu-emacs/blob - lisp/term/bobcat.el
Merge from emacs-23; up to 2010-06-15T03:34:12Z!rgm@gnu.org.
[gnu-emacs] / lisp / term / bobcat.el
1 ;; -*- no-byte-compile: t -*-
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 ;;; bobcat.el ends here