]> git.eshelyaron.com Git - emacs.git/commit
Do not set indent-line-function in text-mode
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 31 Mar 2019 18:39:54 +0000 (19:39 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 31 Mar 2019 21:30:12 +0000 (22:30 +0100)
commit2e3deb09bd42d22a9b354937ce63b151fb493d8a
tree03fd9068e492a0c8cf01fd9390069921b406b6fc
parent4c9950d015fdb520d29f04c6b1eb7418a442fc60
Do not set indent-line-function in text-mode

For discussion, see thread starting at:
https://lists.gnu.org/archive/html/emacs-devel/2019-03/msg01012.html
* lisp/textmodes/text-mode.el (text-mode): Do not reset
indent-line-function to its global default value of indent-relative.
* doc/lispref/modes.texi (Example Major Modes):
* etc/NEWS: Document change accordingly.
doc/lispref/modes.texi
etc/NEWS
lisp/textmodes/text-mode.el