Fix up comment convention on the arch-tag lines.
[bpt/emacs.git] / 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 ;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7
10 ;;; bobcat.el ends here