(byte-compile-declare-function): Remove declared function from
byte-compile-noruntime-functions.
This commit is contained in:
parent
f30cf46cc4
commit
a342aca45c
2 changed files with 21 additions and 0 deletions
|
@ -2828,6 +2828,9 @@ If FORM is a lambda or a macro, byte-compile it as a function."
|
|||
(list 'declared (nth 3 form))
|
||||
t)) ; arglist not specified
|
||||
byte-compile-function-environment)
|
||||
;; We are stating that it _will_ be defined at runtime.
|
||||
(setq byte-compile-noruntime-functions
|
||||
(delq (nth 1 form) byte-compile-noruntime-functions))
|
||||
nil)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue