repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Restore <D> instead of '.' in grep-find-template
[emacs.git]
/
lisp
/
term
/
bobcat.el
blob
f26dc6b919875c2ce745e617c5f035ca289d38c2
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