From: Richard M. Stallman Date: Sat, 26 Oct 2002 22:34:50 +0000 (+0000) Subject: (unsafep-variable): Pass second arg to risky-local-variable-p. X-Git-Tag: ttn-vms-21-2-B4~12719 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40e18430f501310102c97ed7a5f111d0459ae34c;p=emacs.git (unsafep-variable): Pass second arg to risky-local-variable-p. --- diff --git a/lisp/emacs-lisp/unsafep.el b/lisp/emacs-lisp/unsafep.el index 59b81f3ef89..583bd1e254d 100644 --- a/lisp/emacs-lisp/unsafep.el +++ b/lisp/emacs-lisp/unsafep.el @@ -250,7 +250,7 @@ is okay if GLOBAL-OKAY is non-nil." (cond ((not (symbolp sym)) `(variable ,sym)) - ((risky-local-variable-p sym) + ((risky-local-variable-p sym nil) `(risky-local-variable ,sym)) ((not (or global-okay (memq sym unsafep-vars)