# HG changeset patch # User Eli Zaretskii # Date 1111854179 0 # Node ID 08bba7a70354d86a42388b486c6814618f6bd10a # Parent 6d80c1865f9e06ba7f90f6581b140ddba756317e Don't use keyswap.el, since it is now obsolete. diff -r 6d80c1865f9e -r 08bba7a70354 lisp/term/bobcat.el --- a/lisp/term/bobcat.el Sat Mar 26 16:15:28 2005 +0000 +++ b/lisp/term/bobcat.el Sat Mar 26 16:22:59 2005 +0000 @@ -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