# HG changeset patch # User Richard M. Stallman # Date 1035671690 0 # Node ID 54e6db99ee890c5b175e9579f29259d392b10d07 # Parent c04620adce248c2e4adf4114eafe3930025aeccc (unsafep-variable): Pass second arg to risky-local-variable-p. diff -r c04620adce24 -r 54e6db99ee89 lisp/emacs-lisp/unsafep.el --- a/lisp/emacs-lisp/unsafep.el Sat Oct 26 22:34:14 2002 +0000 +++ b/lisp/emacs-lisp/unsafep.el Sat Oct 26 22:34:50 2002 +0000 @@ -250,7 +250,7 @@ (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)