emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] fix/not-defined-at-runtime ab4df9c: Byte compiler: fix


From: Artur Malabarba
Subject: Re: [Emacs-diffs] fix/not-defined-at-runtime ab4df9c: Byte compiler: fix spurious warnings "might not be defined at runtime".
Date: Sun, 22 Nov 2015 12:51:19 +0000

> +                                 (let ((byte-compile-unresolved-functions
> +                                        byte-compile-unresolved-functions)
> +                                       (byte-compile-new-defuns
> +                                        byte-compile-new-defuns))

This really needs an explanatory comment. Someone who's reading this
code won't know why these magic variables should have their values
preserved.



reply via email to

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