]> git.eshelyaron.com Git - emacs.git/commitdiff
(normal-erase-is-backspace): Use it instead of
authorEli Zaretskii <eliz@gnu.org>
Wed, 4 Apr 2001 14:04:43 +0000 (14:04 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 4 Apr 2001 14:04:43 +0000 (14:04 +0000)
delete-key-deletes-forward.

lisp/cus-load.el

index 4d53615016bad0a2b2b316a407e8dd89cab1557a..3370080b91ae6a5f6779dbb1b58b0dd766b497ad 100644 (file)
@@ -1055,8 +1055,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
 (custom-put-if-not 'easy-menu-precalculate-equivalent-keybindings 'standard-value t)
 (custom-put-if-not 'debugger-batch-max-lines 'custom-version "21.1")
 (custom-put-if-not 'debugger-batch-max-lines 'standard-value t)
-(custom-put-if-not 'delete-key-deletes-forward 'custom-version "21.1")
-(custom-put-if-not 'delete-key-deletes-forward 'standard-value t)
+(custom-put-if-not 'normal-erase-is-backspace 'custom-version "21.1")
+(custom-put-if-not 'normal-erase-is-backspace 'standard-value t)
 (custom-put-if-not 'desktop-enable 'custom-version "20.3")
 (custom-put-if-not 'desktop-enable 'standard-value t)
 (custom-put-if-not 'vc-dired-terse-display 'custom-version "20.3")