diff options
| -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 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. | |||
| 2341 | (eq (car (car (cdr tail))) 'declare)) | 2341 | (eq (car (car (cdr tail))) 'declare)) |
| 2342 | (let ((declaration (car (cdr tail)))) | 2342 | (let ((declaration (car (cdr tail)))) |
| 2343 | (setcdr tail (cdr (cdr tail))) | 2343 | (setcdr tail (cdr (cdr tail))) |
| 2344 | (princ `(if macro-declaration-function | 2344 | (prin1 `(if macro-declaration-function |
| 2345 | (funcall macro-declaration-function | 2345 | (funcall macro-declaration-function |
| 2346 | ',name ',declaration)) | 2346 | ',name ',declaration)) |
| 2347 | outbuffer))))) | 2347 | outbuffer))))) |