mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(byte-compile-file-form-defmumble): Use prin1 instead of princ.
This commit is contained in:
parent
a2ebb43f91
commit
8bd91fd08d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue