Don't load terminit files repeatedly. Also, don't call terminit functions more than...
[bpt/emacs.git] / lisp / term / bobcat.el
CommitLineData
0a10297a 1;; -*- no-byte-compile: t -*-
4f0c9ba7
DN
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))
60370d40 8
ab5796a9 9;;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7
60370d40 10;;; bobcat.el ends here