diff options
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 2cff362cb9e..c6f192d1e83 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -2863,6 +2863,7 @@ Prepare every function for final compilation and drive the C back-end." (print-quoted t) (print-gensym t) (print-circle t) + (print-escape-multibyte t) (expr `(progn (require 'comp) (setf comp-verbose ,comp-verbose |