strftime: import from gnulib
[emacs.git] / lisp / term / bobcat.el
blobd9ab1a5fb166ad9555e2182a7221de208200284f
1 ;; -*- no-byte-compile: t -*-
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))
9 ;;; bobcat.el ends here