emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/raeburn-startup 42e8c01 1/2: Don't save internal--


From: Ken Raeburn
Subject: [Emacs-diffs] scratch/raeburn-startup 42e8c01 1/2: Don't save internal--text-quoting-flag.
Date: Wed, 8 Feb 2017 04:47:46 -0500 (EST)

branch: scratch/raeburn-startup
commit 42e8c01d86aaa16ef09fbdd1440c64c562056f1e
Author: Ken Raeburn <address@hidden>
Commit: Ken Raeburn <address@hidden>

    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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/loadup.el b/lisp/loadup.el
index 80e9a28..f008654 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -511,6 +511,7 @@ lost after dumping")))
                                      ;; custom-delayed-init-variables
                                      current-load-list
                                      coding-system-list
+                                     internal--text-quoting-flag
                                      exec-path
                                      process-environment
                                      command-line-args noninteractive))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]