Mercurial > emacs
comparison lisp/emacs-lisp/unsafep.el @ 89909:68c22ea6027c
Sync to HEAD
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 16 Apr 2004 12:51:06 +0000 |
parents | 375f2633d815 |
children | f9a65d7ebd29 |
comparison
equal
deleted
inserted
replaced
89908:ee1402f7b568 | 89909:68c22ea6027c |
---|---|
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 | |
262 ;; unsafep.el ends here. | 263 ;; unsafep.el ends here. |