]> git.eshelyaron.com Git - emacs.git/commit
Don't save internal--text-quoting-flag.
authorKen Raeburn <raeburn@raeburn.org>
Tue, 7 Feb 2017 08:15:40 +0000 (03:15 -0500)
committerKen Raeburn <raeburn@raeburn.org>
Sat, 22 Jul 2017 08:36:21 +0000 (04:36 -0400)
commitcc22b26f05fd6e56e25a46544dae2e3bd2d70c05
tree6a53a84d3fd902a78d2fb8de5fa9f6fe2e0b2388
parentee0638c68cc38489381604cb115c7c7639eb258d
Don't save internal--text-quoting-flag.

It gets set in emacs.c at startup, and should reflect the environment
in which we are running, not the environment in which the lisp code
was loaded and dumped.

This manifested indirectly in the Python documentation, where due to
the use of format-message inside a defmacro body, the quoting style
used in some macro-generated functions was dependent on the use of
UTF-8 in the environment when the file was byte-compiled.

* lisp/loadup.el: Don't save internal--text-quoting-flag.
lisp/loadup.el