diff options
| author | Eli Zaretskii | 2001-04-04 14:04:43 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-04-04 14:04:43 +0000 |
| commit | 8e58a55c8bc3ec8c7566879d14ee4acbf4eebed0 (patch) | |
| tree | 10df1501198f2bbc8a73b17fa7b180db9183f43d | |
| parent | c843d6c65b9502ee926cce5ac66023366249909e (diff) | |
| download | emacs-8e58a55c8bc3ec8c7566879d14ee4acbf4eebed0.tar.gz emacs-8e58a55c8bc3ec8c7566879d14ee4acbf4eebed0.zip | |
(normal-erase-is-backspace): Use it instead of
delete-key-deletes-forward.
| -rw-r--r-- | lisp/cus-load.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cus-load.el b/lisp/cus-load.el index 4d53615016b..3370080b91a 100644 --- a/lisp/cus-load.el +++ b/lisp/cus-load.el | |||
| @@ -1055,8 +1055,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 1055 | (custom-put-if-not 'easy-menu-precalculate-equivalent-keybindings 'standard-value t) | 1055 | (custom-put-if-not 'easy-menu-precalculate-equivalent-keybindings 'standard-value t) |
| 1056 | (custom-put-if-not 'debugger-batch-max-lines 'custom-version "21.1") | 1056 | (custom-put-if-not 'debugger-batch-max-lines 'custom-version "21.1") |
| 1057 | (custom-put-if-not 'debugger-batch-max-lines 'standard-value t) | 1057 | (custom-put-if-not 'debugger-batch-max-lines 'standard-value t) |
| 1058 | (custom-put-if-not 'delete-key-deletes-forward 'custom-version "21.1") | 1058 | (custom-put-if-not 'normal-erase-is-backspace 'custom-version "21.1") |
| 1059 | (custom-put-if-not 'delete-key-deletes-forward 'standard-value t) | 1059 | (custom-put-if-not 'normal-erase-is-backspace 'standard-value t) |
| 1060 | (custom-put-if-not 'desktop-enable 'custom-version "20.3") | 1060 | (custom-put-if-not 'desktop-enable 'custom-version "20.3") |
| 1061 | (custom-put-if-not 'desktop-enable 'standard-value t) | 1061 | (custom-put-if-not 'desktop-enable 'standard-value t) |
| 1062 | (custom-put-if-not 'vc-dired-terse-display 'custom-version "20.3") | 1062 | (custom-put-if-not 'vc-dired-terse-display 'custom-version "20.3") |