comparison lisp/emacs-lisp/unsafep.el @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
257 ((not (or global-okay 257 ((not (or global-okay
258 (memq sym unsafep-vars) 258 (memq sym unsafep-vars)
259 (local-variable-p sym))) 259 (local-variable-p sym)))
260 `(global-variable ,sym)))) 260 `(global-variable ,sym))))
261 261
262 ;;; arch-tag: 6216f98b-eb8f-467a-9c33-7a7644f50658
263 ;; unsafep.el ends here. 262 ;; unsafep.el ends here.