changeset 77365:bc5c78f77063

(font-lock-keywords-alist): Mark as risky.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 Apr 2007 14:30:25 +0000
parents c9c5ebcc084b
children 724c6ca82a1f
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Sat Apr 21 13:15:03 2007 +0000
+++ b/lisp/font-lock.el	Sat Apr 21 14:30:25 2007 +0000
@@ -468,6 +468,7 @@
 
 This is normally set via `font-lock-add-keywords' and
 `font-lock-remove-keywords'.")
+(put 'font-lock-keywords-alist 'risky-local-variable t)
 
 (defvar font-lock-removed-keywords-alist nil
   "Alist of `font-lock-keywords' elements to be removed for major modes.