diff options
| author | Roland McGrath | 1992-08-04 21:22:32 +0000 |
|---|---|---|
| committer | Roland McGrath | 1992-08-04 21:22:32 +0000 |
| commit | cefabdab1ccc77ed0ee43474f947d3e5177404b6 (patch) | |
| tree | 984bb040389cf21213a2dc6618f710fe230a6331 /src | |
| parent | 0bcb5285a5daf9183510a757c4ea91910aaf7ac6 (diff) | |
| download | emacs-cefabdab1ccc77ed0ee43474f947d3e5177404b6.tar.gz emacs-cefabdab1ccc77ed0ee43474f947d3e5177404b6.zip | |
entered into RCS
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/eval.c b/src/eval.c index 562974b7dc3..e53ee224946 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -2317,8 +2317,7 @@ See also variable `debug-on-quit'."); | |||
| 2317 | 2317 | ||
| 2318 | DEFVAR_BOOL ("debug-on-quit", &debug_on_quit, | 2318 | DEFVAR_BOOL ("debug-on-quit", &debug_on_quit, |
| 2319 | "*Non-nil means enter debugger if quit is signaled (C-G, for example).\n\ | 2319 | "*Non-nil means enter debugger if quit is signaled (C-G, for example).\n\ |
| 2320 | Does not apply if quit is handled by a `condition-case'.\n\ | 2320 | Does not apply if quit is handled by a `condition-case'.") |
| 2321 | A non-nil value is equivalent to a `debug-on-error' value containing `quit'."); | ||
| 2322 | debug_on_quit = 0; | 2321 | debug_on_quit = 0; |
| 2323 | 2322 | ||
| 2324 | DEFVAR_BOOL ("debug-on-next-call", &debug_on_next_call, | 2323 | DEFVAR_BOOL ("debug-on-next-call", &debug_on_next_call, |