From: Juanma Barranquero Date: Mon, 29 Aug 2005 10:46:28 +0000 (+0000) Subject: (safe-functions): Add defvar. X-Git-Tag: emacs-pretest-22.0.90~7391 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dfc9a078920aaa69c75b712a9199f38db6c13de4;p=emacs.git (safe-functions): Add defvar. --- 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)