mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(command-line): Use normal-erase-is-backspace and
normal-erase-is-backspace-mode.
This commit is contained in:
parent
8e58a55c8b
commit
d8e17bc686
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user