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/internal.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/term/internal.el,v
Date: Fri, 27 Jun 2008 07:35:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/27 07:34:54

Index: lisp/term/internal.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/term/internal.el,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- lisp/term/internal.el       6 May 2008 04:34:21 -0000       1.42
+++ lisp/term/internal.el       27 Jun 2008 07:34:50 -0000      1.43
@@ -27,7 +27,7 @@
 ;; ---------------------------------------------------------------------------
 ;; keyboard setup -- that's simple!
 (set-input-mode nil nil 0)
-(define-key local-function-key-map [backspace] "\177") ; Normal behaviour for 
BS
+(define-key local-function-key-map [backspace] "\177") ; Normal behavior for BS
 (define-key local-function-key-map [delete] "\C-d") ; ... and Delete
 (define-key local-function-key-map [tab] [?\t])
 (define-key local-function-key-map [linefeed] [?\n])




reply via email to

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