XEmacs 21.2.13
[chise/xemacs-chise.git.1] / lisp / simple.el
index 74daf55..8a78f9d 100644 (file)
@@ -433,7 +433,7 @@ and KILLP is t if a prefix arg was specified."
   (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