From 8bd91fd08df0a55b5142d8485a554fcd95a36077 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 26 Mar 2007 03:30:53 +0000 Subject: [PATCH] (byte-compile-file-form-defmumble): Use prin1 instead of princ. --- lisp/emacs-lisp/bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index f74e48c4635..31d21fd8720 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -2341,7 +2341,7 @@ list that represents a doc string reference. (eq (car (car (cdr tail))) 'declare)) (let ((declaration (car (cdr tail)))) (setcdr tail (cdr (cdr tail))) - (princ `(if macro-declaration-function + (prin1 `(if macro-declaration-function (funcall macro-declaration-function ',name ',declaration)) outbuffer))))) -- 2.39.5