Mercurial > emacs
changeset 60984:08bba7a70354
Don't use keyswap.el, since it is now obsolete.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 26 Mar 2005 16:22:59 +0000 |
parents | 6d80c1865f9e |
children | e1c4e103c69f |
files | lisp/term/bobcat.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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