]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't use keyswap.el, since it is now obsolete.
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Mar 2005 16:22:59 +0000 (16:22 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Mar 2005 16:22:59 +0000 (16:22 +0000)
lisp/term/bobcat.el

index 85f816570ee15445b8dbda7628344b5a2772ccc1..b11a4ff8309c9389f836d9b708668187f1f0f463 100644 (file)
@@ -1,6 +1,7 @@
 ;; -*- no-byte-compile: t -*-
 ;;; HP terminals usually encourage using ^H as the rubout character
-(load "term/keyswap" nil t)
+(keyboard-translate ?\177 ?\^h)
+(keyboard-translate ?\^h ?\177)
 
 ;;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7
 ;;; bobcat.el ends here