emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master f515d658e5 1/2: Don't quote numbers in byte-run--set-*


From: Lars Ingebrigtsen
Subject: Re: master f515d658e5 1/2: Don't quote numbers in byte-run--set-*
Date: Fri, 17 Jun 2022 20:08:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> -            ''doc-string-elt (if (numberp pos)
> -                                 pos
> -                               (list 'quote pos)))))
> +            ''doc-string-elt pos)))

[...]

> -  (declare (doc-string cl--defmethod-doc-pos) (indent defun)
> +  (declare (doc-string #'cl--defmethod-doc-pos) (indent defun)

Even though there's only one of these in-tree (at least I only got one
error when I originally had the code they way you have here), I was
thinking it might break out-of-tree code...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]