view lisp/term/bobcat.el @ 112300:bdf0026c851f

* regex.c (analyse_first): Remove unreachable 'continue' statement.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 16 Jan 2011 23:35:13 -0800
parents ef719132ddfa
children
line wrap: on
line source

;; -*- no-byte-compile: t -*-

(defun terminal-init-bobcat ()
  "Terminal initialization function for bobcat."
  ;; HP terminals usually encourage using ^H as the rubout character
  (keyboard-translate ?\177 ?\^h)
  (keyboard-translate ?\^h ?\177))

;;; bobcat.el ends here