]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-keywords-alist): Mark as risky.
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Apr 2007 14:30:38 +0000 (14:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Apr 2007 14:30:38 +0000 (14:30 +0000)
lisp/ChangeLog
lisp/font-lock.el

index 842f4e9b55d5bfa6a8a2c22145ac2748924c1dda..6e3e7b4acfb050a570b6ccce37e50a450a3d8301 100644 (file)
@@ -1,5 +1,7 @@
 2007-04-21  Richard Stallman  <rms@gnu.org>
 
+       * font-lock.el (font-lock-keywords-alist): Mark as risky.
+
        * subr.el (read-number): Doc fix.
 
        * simple.el (pop-to-mark-command): Display message "mark popped"
index ad2e0b8ea1b043a7ca543ad4717915f73a149eab..c826a5f20c60a780d0d5776c83875ae992ad7269 100644 (file)
@@ -468,6 +468,7 @@ they are added at the end.
 
 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.