[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/term/bobcat.el
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/term/bobcat.el |
Date: |
Wed, 27 Jul 2005 14:02:12 -0400 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/term/bobcat.el,
Dan Nicolaescu <=