]> git.eshelyaron.com Git - emacs.git/commit
Styled quotes in compiler warnings
authorMattias Engdegård <mattiase@acm.org>
Tue, 3 Jan 2023 14:58:14 +0000 (15:58 +0100)
committerMattias Engdegård <mattiase@acm.org>
Tue, 3 Jan 2023 17:39:06 +0000 (18:39 +0100)
commit0e1b03bbb87d0b09ba841c0318fce77533914208
treeacfc2e0c3fe10b4f62e4f897a852769fcac321cd
parentcfc0e1cc02976d82285166fa35d69c6af5a430d8
Styled quotes in compiler warnings

* lisp/emacs-lisp/byte-run.el (byte-run--parse-body)
(byte-run--unescaped-character-literals-warning):
* lisp/emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment)
(byte-compile-form, bytecomp--warn-dodgy-eq-arg):
* lisp/emacs-lisp/cconv.el (cconv--warn-unused-msg):
* lisp/emacs-lisp/cl-macs.el (cl-defstruct):
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
* lisp/emacs-lisp/eieio.el (defclass):
* lisp/emacs-lisp/macroexp.el (macroexp--unfold-lambda)
(macroexp--expand-all):
* lisp/emacs-lisp/pcase.el (pcase--u1):
* lisp/subr.el (when, unless, ignore-error, lsh, sit-for)
(with-demoted-errors):
Use format-message to ensure properly styled quotes in compiler
warning messages.
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/cconv.el
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/easy-mmode.el
lisp/emacs-lisp/eieio.el
lisp/emacs-lisp/macroexp.el
lisp/emacs-lisp/pcase.el
lisp/subr.el