From: Glenn Morris Date: Fri, 28 Mar 2014 01:43:01 +0000 (-0400) Subject: Backport NEWS tweak from trunk X-Git-Tag: emacs-24.3.90~77 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f49dcb3a3ec139391508822c7821f3c3e0195e38;p=emacs.git Backport NEWS tweak from trunk --- diff --git a/etc/NEWS b/etc/NEWS index a816a20810c..360ab3f81c0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -367,8 +367,9 @@ means to always load the .elc file. +++ *** `electric-indent-mode' is now enabled by default. -E.g., typing RET reindents the current line and indents the new line. -`C-j' inserts a newline but does not indent. +Typing RET reindents the current line and indents the new line. +`C-j' inserts a newline but does not indent. In some programming modes, +additional characters are electric (eg `{'). +++ *** New buffer-local `electric-indent-local-mode'.