]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/bytecomp.el
Add new function dom-remove-node
[gnu-emacs] / lisp / emacs-lisp / bytecomp.el
index 11eb44cea31be7cbf4286cd6e7a5d529113fdfd3..dc7574e778d45cd8bd684aeb563eaf146f1f2253 100644 (file)
@@ -2959,6 +2959,8 @@ for symbols generated by the byte compiler itself."
 
 ;; Special macro-expander used during byte-compilation.
 (defun byte-compile-macroexpand-declare-function (fn file &rest args)
+  (declare (advertised-calling-convention
+           (fn file &optional arglist fileonly) nil))
   (let ((gotargs (and (consp args) (listp (car args))))
        (unresolved (assq fn byte-compile-unresolved-functions)))
     (when unresolved         ; function was called before declaration