diff options
| author | Richard M. Stallman | 2007-04-21 14:30:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-21 14:30:38 +0000 |
| commit | 3b2d0d760cd032442504be14f0f1d77ed4ddbe3b (patch) | |
| tree | fd5a365834ef34a59b179a87d96d735919e379fa | |
| parent | 1e35b3c196f5367ebf055a8becfcce040820ae55 (diff) | |
| download | emacs-3b2d0d760cd032442504be14f0f1d77ed4ddbe3b.tar.gz emacs-3b2d0d760cd032442504be14f0f1d77ed4ddbe3b.zip | |
(font-lock-keywords-alist): Mark as risky.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/font-lock.el | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 842f4e9b55d..6e3e7b4acfb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2007-04-21 Richard Stallman <rms@gnu.org> | 1 | 2007-04-21 Richard Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * font-lock.el (font-lock-keywords-alist): Mark as risky. | ||
| 4 | |||
| 3 | * subr.el (read-number): Doc fix. | 5 | * subr.el (read-number): Doc fix. |
| 4 | 6 | ||
| 5 | * simple.el (pop-to-mark-command): Display message "mark popped" | 7 | * simple.el (pop-to-mark-command): Display message "mark popped" |
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index ad2e0b8ea1b..c826a5f20c6 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -468,6 +468,7 @@ they are added at the end. | |||
| 468 | 468 | ||
| 469 | This is normally set via `font-lock-add-keywords' and | 469 | This is normally set via `font-lock-add-keywords' and |
| 470 | `font-lock-remove-keywords'.") | 470 | `font-lock-remove-keywords'.") |
| 471 | (put 'font-lock-keywords-alist 'risky-local-variable t) | ||
| 471 | 472 | ||
| 472 | (defvar font-lock-removed-keywords-alist nil | 473 | (defvar font-lock-removed-keywords-alist nil |
| 473 | "Alist of `font-lock-keywords' elements to be removed for major modes. | 474 | "Alist of `font-lock-keywords' elements to be removed for major modes. |