diff options
| author | Glenn Morris | 2013-05-23 23:59:55 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-05-23 23:59:55 -0700 |
| commit | af5c7606d1028e422d4ad2a5260be75f04e5dac8 (patch) | |
| tree | 0a7e023e885a67285e57d2d833d8b2d76dd73575 | |
| parent | e5d1916a72166dd4e1656993d00e116dc4910df2 (diff) | |
| download | emacs-af5c7606d1028e422d4ad2a5260be75f04e5dac8.tar.gz emacs-af5c7606d1028e422d4ad2a5260be75f04e5dac8.zip | |
* font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/font-lock.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b1c02a1cfc..4565f5f9eb0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-05-24 Glenn Morris <rgm@gnu.org> | 1 | 2013-05-24 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority. | ||
| 4 | |||
| 3 | * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'. | 5 | * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'. |
| 4 | 6 | ||
| 5 | * progmodes/cperl-mode.el (cperl-mode): Use fboundp. | 7 | * progmodes/cperl-mode.el (cperl-mode): Use fboundp. |
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 4dccfcb9ac7..d18aea61236 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -2290,7 +2290,7 @@ in which C preprocessor directives are used. e.g. `asm-mode' and | |||
| 2290 | "condition-case" "condition-case-unless-debug" | 2290 | "condition-case" "condition-case-unless-debug" |
| 2291 | "track-mouse" "eval-after-load" "eval-and-compile" | 2291 | "track-mouse" "eval-after-load" "eval-and-compile" |
| 2292 | "eval-when-compile" "eval-when" "eval-next-after-load" | 2292 | "eval-when-compile" "eval-when" "eval-next-after-load" |
| 2293 | "with-case-table" "with-category-table" | 2293 | "with-case-table" "with-category-table" "with-coding-priority" |
| 2294 | "with-current-buffer" "with-demoted-errors" | 2294 | "with-current-buffer" "with-demoted-errors" |
| 2295 | "with-electric-help" | 2295 | "with-electric-help" |
| 2296 | "with-local-quit" "with-no-warnings" | 2296 | "with-local-quit" "with-no-warnings" |