emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Tue, 27 Jan 2009 20:09:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/01/27 20:09:23

Modified files:
        lisp           : ChangeLog 

Log message:
        * bindings.el ([C-backspace]): Swap C-delete and C-backspace
        bindings here, so we don't have to do it in
        normal-erase-is-backspace-mode.
        
        * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
        and C-backspace; the latter is not available on ttys anyway.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15190&r2=1.15191

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15190
retrieving revision 1.15191
diff -u -b -r1.15190 -r1.15191
--- ChangeLog   27 Jan 2009 18:34:02 -0000      1.15190
+++ ChangeLog   27 Jan 2009 20:09:20 -0000      1.15191
@@ -1,3 +1,12 @@
+2009-01-27  Chong Yidong  <address@hidden>
+
+       * bindings.el ([C-backspace]): Swap C-delete and C-backspace
+       bindings here, so we don't have to do it in
+       normal-erase-is-backspace-mode.
+
+       * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
+       and C-backspace; the latter is not available on ttys anyway.
+
 2009-01-27  Tassilo Horn  <address@hidden>
 
        (doc-view-mode): Fix broken call to string-match.




reply via email to

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