emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/tcover-unsafep.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/tcover-unsafep.el
Date: Mon, 29 Aug 2005 06:46:28 -0400

Index: emacs/lisp/emacs-lisp/tcover-unsafep.el
diff -c emacs/lisp/emacs-lisp/tcover-unsafep.el:1.3 
emacs/lisp/emacs-lisp/tcover-unsafep.el:1.4
*** emacs/lisp/emacs-lisp/tcover-unsafep.el:1.3 Sat Aug  6 17:08:59 2005
--- emacs/lisp/emacs-lisp/tcover-unsafep.el     Mon Aug 29 10:46:28 2005
***************
*** 25,30 ****
--- 25,32 ----
  
  (require 'testcover)
  
+ (defvar safe-functions)
+ 
  ;;;These forms are all considered safe
  (defconst testcover-unsafep-safe
    '(((lambda (x) (* x 2)) 14)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]