diff options
author | Leo Liu <sdl.web@gmail.com> | 2012-02-10 23:59:29 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2012-02-10 23:59:29 +0800 |
commit | 1be3ca5ad7173a1b1e2ca4065185c207a41883c9 (patch) | |
tree | 210644035309e3487fc729a5dd2bd2deda0bbbe2 /lisp/font-lock.el | |
parent | 25dec3650947892e638be48220024a7d1b1d8be8 (diff) | |
download | emacs-1be3ca5ad7173a1b1e2ca4065185c207a41883c9.tar.gz |
Rename condition-case-no-debug to condition-case-unless-debug
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index befed33abba..9f9445bdea9 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2272,7 +2272,7 @@ in which C preprocessor directives are used. e.g. `asm-mode' and "save-selected-window" "save-window-excursion" "save-match-data" "save-current-buffer" "combine-after-change-calls" "unwind-protect" - "condition-case" "condition-case-no-debug" + "condition-case" "condition-case-unless-debug" "track-mouse" "eval-after-load" "eval-and-compile" "eval-when-compile" "eval-when" "eval-next-after-load" "with-case-table" "with-category-table" |