Index: emacs/lisp/term/bobcat.el diff -c emacs/lisp/term/bobcat.el:1.10 emacs/lisp/term/bobcat.el:1.11 *** emacs/lisp/term/bobcat.el:1.10 Sat Mar 26 16:22:59 2005 --- emacs/lisp/term/bobcat.el Wed Jul 27 18:02:07 2005 *************** *** 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 --- 1,10 ---- ;; -*- no-byte-compile: t -*- ! ! (defun terminal-init-bobcat () ! "Terminal initialization function for bobcat." ! ;; 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
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs