]> git.eshelyaron.com Git - emacs.git/commit
Don’t set print-escape-newlines in the minibuffer
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 Apr 2018 19:20:04 +0000 (12:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 Apr 2018 19:25:58 +0000 (12:25 -0700)
commita92e7b4ef6915e079a97e4e33e45b11508170cb1
treee51d150a9c85923df8a470233b7cac9bdc5e16c2
parent28930785d7a8ee871f000be3545daab246c96d73
Don’t set print-escape-newlines in the minibuffer

This appears to be an unnecessary and possibly-confusing
revenant from ancient code (Bug#31251).  See thread containing:
https://lists.gnu.org/r/emacs-devel/2018-04/msg00654.html
* src/minibuf.c (read_minibuf): Do not set print-escape-newlines.
* src/print.c (syms_of_print): Do not defsym print-escape-newlines
or print-escape-control-characters, as these symbols are not used
in C code.
src/minibuf.c
src/print.c