]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/cl-macs.el
More-conservative ‘format’ quote restyling
[gnu-emacs] / lisp / emacs-lisp / cl-macs.el
index ea77c92737da261ab8517a2c07835d10223c4645..06e75b36670ecdff74929ee1c482103c610636db 100644 (file)
@@ -2101,8 +2101,8 @@ by EXPANSION, and (setq NAME ...) will act like (setf EXPANSION ...).
                                           macroexpand-all-environment))))
               (if (or (null (cdar bindings)) (cl-cddar bindings))
                   (macroexp--warn-and-return
-                   (format "Malformed ‘cl-symbol-macrolet’ binding: %S"
-                           (car bindings))
+                   (format-message "Malformed ‘cl-symbol-macrolet’ binding: %S"
+                                   (car bindings))
                    expansion)
                 expansion)))
         (fset 'macroexpand previous-macroexpand))))))