From: Gerd Moellmann Date: Thu, 1 Nov 2001 13:12:51 +0000 (+0000) Subject: Change of normal-erase-is-backspace-mode on terminals. X-Git-Tag: emacs-21.2~377 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=646252182542c374da2ec4ca705b14b376a7cc00;p=emacs.git Change of normal-erase-is-backspace-mode on terminals. --- diff --git a/etc/NEWS b/etc/NEWS index 1445eb8dc28..175b78929c6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -8,6 +8,9 @@ For older news, see the file ONEWS * Changes in Emacs 21.2 +** On terminals whose erase-char is ^H (Backspace), Emacs +now uses normal-erase-is-backspace-mode. + ** When the *scratch* buffer is recreated, its mode is set from initial-major-mode, which normally is lisp-interaction-mode, instead of using default-major-mode.