]> git.eshelyaron.com Git - emacs.git/commit
Simplify getting value of text-quoting-style (Bug#44471)
authorStefan Kangas <stefan@marxist.se>
Thu, 5 Nov 2020 14:32:45 +0000 (15:32 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 9 Nov 2020 20:08:28 +0000 (21:08 +0100)
commit95c04675abb33c9a77e561e109348954e0d67c85
tree840c90aa973fd8c054dac22ddd31724fe7a688cc
parenta08320f7234685cd84a18040556fd3f7eaacaf45
Simplify getting value of text-quoting-style (Bug#44471)

* src/doc.c (text_quoting_style): Remove function by merging it...
(Ftext_quoting_style): ...here.  Rename from Fget_quoting_style.
(syms_of_doc): Update defsubr for Ftext_quoting_style.
* src/lisp.h (enum text_quoting_style): Remove enum.
* src/doprnt.c (doprnt):
* src/editfns.c (styled_format):
* lisp/help.el (substitute-command-keys): Update callers to use
text-quoting-style.
lisp/help.el
src/doc.c
src/doprnt.c
src/editfns.c
src/lisp.h