/[emacs]/emacs/lisp/term/bobcat.el
ViewVC logotype

Diff of /emacs/lisp/term/bobcat.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26