/[emacs]/emacs/lisp/files.el
ViewVC logotype

Diff of /emacs/lisp/files.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.785 by rms, Sat Aug 20 21:49:28 2005 UTC revision 1.786 by rms, Tue Aug 30 10:36:17 2005 UTC
# Line 2407  If VAL is nil or omitted, the question i Line 2407  If VAL is nil or omitted, the question i
2407  dangerous."  dangerous."
2408    (let ((safep (get sym 'safe-local-variable)))    (let ((safep (get sym 'safe-local-variable)))
2409      (or (get sym 'risky-local-variable)      (or (get sym 'risky-local-variable)
2410          (and (string-match "-hooks?$\\|-functions?$\\|-forms?$\\|-program$\\|-command$\\|-predicate$\\|font-lock-keywords$\\|font-lock-keywords-[0-9]+$\\|font-lock-syntactic-keywords$\\|-frame-alist$\\|-mode-alist$\\|-map$\\|-map-alist$"          (and (string-match "-hooks?$\\|-functions?$\\|-forms?$\\|-program$\\|-commands?$\\|-predicates?$\\|font-lock-keywords$\\|font-lock-keywords-[0-9]+$\\|font-lock-syntactic-keywords$\\|-frame-alist$\\|-mode-alist$\\|-map$\\|-map-alist$"
2411                             (symbol-name sym))                             (symbol-name sym))
2412               (not safep))               (not safep))
2413          ;; If the safe-local-variable property isn't t or nil,          ;; If the safe-local-variable property isn't t or nil,

Legend:
Removed from v.1.785  
changed lines
  Added in v.1.786

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26