1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Rename condition-case-no-debug to condition-case-unless-debug

This commit is contained in:
Leo Liu 2012-02-10 23:59:29 +08:00
parent 25dec36509
commit 1be3ca5ad7
11 changed files with 44 additions and 16 deletions

View file

@ -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"