From dfc9a078920aaa69c75b712a9199f38db6c13de4 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 29 Aug 2005 10:46:28 +0000 Subject: [PATCH] (safe-functions): Add defvar. --- lisp/emacs-lisp/tcover-unsafep.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/emacs-lisp/tcover-unsafep.el b/lisp/emacs-lisp/tcover-unsafep.el index 354cfe6ab16..7f7a8fa57de 100644 --- a/lisp/emacs-lisp/tcover-unsafep.el +++ b/lisp/emacs-lisp/tcover-unsafep.el @@ -25,6 +25,8 @@ (require 'testcover) +(defvar safe-functions) + ;;;These forms are all considered safe (defconst testcover-unsafep-safe '(((lambda (x) (* x 2)) 14) -- 2.39.2