From a342aca45cc34d5a6a7e70eff177425dcd23fbb9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 5 Dec 2007 03:36:23 +0000 Subject: (byte-compile-declare-function): Remove declared function from byte-compile-noruntime-functions. --- lisp/emacs-lisp/bytecomp.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/emacs-lisp/bytecomp.el') diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index e6418a5e331..4ef32a244eb 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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) -- cgit v1.2.3