More tweaks of skeleton documentation wrt \n behavior at bol/eol.
[bpt/emacs.git] / lisp / term / bobcat.el
1
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))
7
8 ;;; bobcat.el ends here