emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/bobcat.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/term/bobcat.el
Date: Sat, 26 Mar 2005 11:22:59 -0500

Index: emacs/lisp/term/bobcat.el
diff -c emacs/lisp/term/bobcat.el:1.9 emacs/lisp/term/bobcat.el:1.10
*** emacs/lisp/term/bobcat.el:1.9       Mon Sep  1 15:45:36 2003
--- emacs/lisp/term/bobcat.el   Sat Mar 26 16:22:59 2005
***************
*** 1,6 ****
  ;; -*- no-byte-compile: t -*-
  ;;; HP terminals usually encourage using ^H as the rubout character
! (load "term/keyswap" nil t)
  
  ;;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7
  ;;; bobcat.el ends here
--- 1,7 ----
  ;; -*- no-byte-compile: t -*-
  ;;; HP terminals usually encourage using ^H as the rubout character
! (keyboard-translate ?\177 ?\^h)
! (keyboard-translate ?\^h ?\177)
  
  ;;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7
  ;;; bobcat.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]