comparison lisp/files.el @ 69864:cd156b0f5c09

(hack-local-variables-confirm) <offer-save>: Clarify message text. Suggested by Ralf Angeli.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 08 Apr 2006 10:41:12 +0000
parents 196122ba0b05
children 19030d5ea7fe 81f2d90dee68 65ca8fb66a0d
comparison
equal deleted inserted replaced
69863:ef6f39ebe546 69864:cd156b0f5c09
2390 (insert "\n\nDo you want to apply it? You can type 2390 (insert "\n\nDo you want to apply it? You can type
2391 y -- to apply the local variables list. 2391 y -- to apply the local variables list.
2392 n -- to ignore the local variables list.") 2392 n -- to ignore the local variables list.")
2393 (if offer-save 2393 (if offer-save
2394 (insert " 2394 (insert "
2395 ! -- to apply the local variables list, and mark these values (*) as 2395 ! -- to apply the local variables list, and permanently mark these
2396 safe (in the future, they can be set automatically.)\n\n") 2396 values (*) as safe (in the future, they will be set automatically.)\n\n")
2397 (insert "\n\n")) 2397 (insert "\n\n"))
2398 (dolist (elt vars) 2398 (dolist (elt vars)
2399 (cond ((member elt unsafe-vars) 2399 (cond ((member elt unsafe-vars)
2400 (insert " * ")) 2400 (insert " * "))
2401 ((member elt risky-vars) 2401 ((member elt risky-vars)