summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/tcover-unsafep.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/tcover-unsafep.el')
-rw-r--r--lisp/emacs-lisp/tcover-unsafep.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/tcover-unsafep.el b/lisp/emacs-lisp/tcover-unsafep.el
index eb4a3d67c72..644b7d5c3a8 100644
--- a/lisp/emacs-lisp/tcover-unsafep.el
+++ b/lisp/emacs-lisp/tcover-unsafep.el
@@ -111,6 +111,7 @@
)
"A-list of (FORM . REASON)... that`unsafep' should decide are unsafe.")
+(declare-function unsafep-function "unsafep" (fun))
;;;#########################################################################
(defun testcover-unsafep ()
@@ -138,5 +139,5 @@
(testcover-end "unsafep.el")
(message "Done"))
-;;; arch-tag: a7616c27-1998-47ae-9304-76d1439dbf29
+;; arch-tag: a7616c27-1998-47ae-9304-76d1439dbf29
;; testcover-unsafep.el ends here.