Follow text-quoting-style in display table init
commita9706c6cc16baeaf49b1dfc4badc0254870c449d
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Sep 2015 20:55:41 +0000 (2 13:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Sep 2015 20:57:56 +0000 (2 13:57 -0700)
tree3b37655e0942c7d1e607a61dd14859456f3df6ae
parentfa5a9c7bae6d484107162641d16b1b38312ac225
Follow text-quoting-style in display table init

This attempts to fix a problem reported by Alan Mackenzie in:
http://lists.gnu.org/archive/html/emacs-devel/2015-09/msg00112.html
* doc/lispref/display.texi (Active Display Table):
Mention how text-quoting-style affects it.
* doc/lispref/help.texi (Keys in Documentation):
Say how to set text-quoting-style in ~/.emacs.
* etc/NEWS: Document the change.
* lisp/startup.el (startup--setup-quote-display):
Follow user preference if text-quoting-style is set.
(command-line): Setup quote display again if user expresses
a preference in .emacs.
doc/lispref/display.texi
doc/lispref/help.texi
etc/NEWS
lisp/startup.el