diff options
author | Glenn Morris <rgm@gnu.org> | 2017-12-20 16:23:11 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-12-20 16:23:11 -0500 |
commit | 471b6c163f16fbc0b7c58c223bdb7f18ac7656e7 (patch) | |
tree | 942b8f3c085ba83114651433bebc3d58c559010a /lisp/emacs-lisp/bytecomp.el | |
parent | 7af7f5e15589407e1e78d0595fa93b20aa7dbb5a (diff) | |
download | emacs-471b6c163f16fbc0b7c58c223bdb7f18ac7656e7.tar.gz emacs-471b6c163f16fbc0b7c58c223bdb7f18ac7656e7.tar.bz2 emacs-471b6c163f16fbc0b7c58c223bdb7f18ac7656e7.zip |
; Replace non-ascii quote characters in doc strings etc
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index d62d8128c11..1fdbb7307aa 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -1253,7 +1253,7 @@ function directly; use `byte-compile-warn' or (defun byte-compile-report-error (error-info &optional fill) "Report Lisp error in compilation. ERROR-INFO is the error data, in the form of either (ERROR-SYMBOL . DATA) -or STRING. If FILL is non-nil, set ‘warning-fill-prefix’ to four spaces +or STRING. If FILL is non-nil, set `warning-fill-prefix' to four spaces when printing the error message." (setq byte-compiler-error-flag t) (byte-compile-log-warning |