changeset 65196:00f2dbd6f52a

(safe-functions): Add defvar.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Aug 2005 10:46:28 +0000
parents 21b1d1193e46
children df6f7e582a6e
files lisp/emacs-lisp/tcover-unsafep.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/tcover-unsafep.el	Mon Aug 29 10:46:03 2005 +0000
+++ b/lisp/emacs-lisp/tcover-unsafep.el	Mon Aug 29 10:46:28 2005 +0000
@@ -25,6 +25,8 @@
 
 (require 'testcover)
 
+(defvar safe-functions)
+
 ;;;These forms are all considered safe
 (defconst testcover-unsafep-safe
   '(((lambda (x) (* x 2)) 14)