diff lisp/simple.el @ 396:6719134a07c2 r21-2-13

Import from CVS: tag r21-2-13
author cvs
date Mon, 13 Aug 2007 11:12:05 +0200
parents 8626e4521993
children 74fd4e045ea6
line wrap: on
line diff
--- a/lisp/simple.el	Mon Aug 13 11:11:38 2007 +0200
+++ b/lisp/simple.el	Mon Aug 13 11:12:05 2007 +0200
@@ -433,7 +433,7 @@
   (and overwrite-mode (not (eolp))
        (save-excursion (insert-char ?\  arg))))
 
-(defcustom delete-key-deletes-forward t
+(defcustom delete-key-deletes-forward nil
   "*If non-nil, the DEL key will erase one character forwards.
 If nil, the DEL key will erase one character backwards."
   :type 'boolean