aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-04-04 14:05:18 +0000
committerEli Zaretskii <[email protected]>2001-04-04 14:05:18 +0000
commitd8e17bc6863936a1f3f6824ec1051c17295479e3 (patch)
tree3899ead8ecb59e3cfc6521a95230548adbbf09d1 /lisp
parent8e58a55c8bc3ec8c7566879d14ee4acbf4eebed0 (diff)
(command-line): Use normal-erase-is-backspace and
normal-erase-is-backspace-mode.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/startup.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 47fd84332d..719f127d43 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -780,8 +780,8 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
(and (memq window-system '(x))
(fboundp 'x-backspace-delete-keys-p)
(x-backspace-delete-keys-p)))
- (setq-default delete-key-deletes-forward t)
- (delete-key-deletes-forward-mode 1)))
+ (setq-default normal-erase-is-backspace t)
+ (normal-erase-is-backspace-mode 1)))
(when (and (not noninteractive)
(display-graphic-p)