Merge branch 'master' into comment-cache
[emacs.git] / lisp / term / bobcat.el
bloba32da6ae8f237de1c1f386c74e5433fd28aa27eb
2 (defun terminal-init-bobcat ()
3 "Terminal initialization function for bobcat."
4 ;; HP terminals usually encourage using ^H as the rubout character
5 (keyboard-translate ?\177 ?\^h)
6 (keyboard-translate ?\^h ?\177))
8 (provide 'term/bobcat)
10 ;;; bobcat.el ends here