bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#53024: 29.0.50; Wishlist: Byte-compile loaddefs.el?


From: Lars Ingebrigtsen
Subject: bug#53024: 29.0.50; Wishlist: Byte-compile loaddefs.el?
Date: Fri, 05 Aug 2022 14:22:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

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

> I just removed the (insert "\n") since it's not needed any more, thanks.

Thanks.  What about this bit?

;; Functions and variables with doc strings must be output separately,
;; so make-docfile can recognize them.  Most other things can be output
;; as byte-code.

(put 'autoload 'byte-hunk-handler 'byte-compile-file-form-autoload)
(defun byte-compile-file-form-autoload (form)






reply via email to

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