(safe-functions): Add defvar.
This commit is contained in:
parent
436b938fb4
commit
dfc9a07892
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
|
||||
(require 'testcover)
|
||||
|
||||
(defvar safe-functions)
|
||||
|
||||
;;;These forms are all considered safe
|
||||
(defconst testcover-unsafep-safe
|
||||
'(((lambda (x) (* x 2)) 14)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue