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
Add isearch-yank-symbol-or-char
[emacs.git]
/
lisp
/
term
/
bobcat.el
blob
a32da6ae8f237de1c1f386c74e5433fd28aa27eb
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
(
provide
'
term
/
bobcat
)
9
10
;;; bobcat.el ends here