diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-29 10:46:28 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-29 10:46:28 +0000 |
commit | dfc9a078920aaa69c75b712a9199f38db6c13de4 (patch) | |
tree | 6725041ddc22b4c289fa0d2579edc5aa4d2944d7 /lisp/emacs-lisp/tcover-unsafep.el | |
parent | 436b938fb419f7f601d5bad2b87316a52277e81a (diff) | |
download | emacs-dfc9a078920aaa69c75b712a9199f38db6c13de4.tar.gz |
(safe-functions): Add defvar.
Diffstat (limited to 'lisp/emacs-lisp/tcover-unsafep.el')
-rw-r--r-- | lisp/emacs-lisp/tcover-unsafep.el | 2 |
1 files changed, 2 insertions, 0 deletions
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) |