aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoseph Arceneaux1992-08-05 21:12:10 +0000
committerJoseph Arceneaux1992-08-05 21:12:10 +0000
commit1b7d82399ab3625766eab4b11271c64b85b6755b (patch)
treeff7bbbe6daa1eda5433062424994ad024e21bba0 /src
parent85bc51813ea774c76d394972dc25c6633c279ae4 (diff)
downloademacs-1b7d82399ab3625766eab4b11271c64b85b6755b.tar.gz
emacs-1b7d82399ab3625766eab4b11271c64b85b6755b.zip
Fixed syntax error.
Diffstat (limited to 'src')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index e53ee224946..2f3d684f469 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -2317,7 +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\
2320Does not apply if quit is handled by a `condition-case'.") 2320Does not apply if quit is handled by a `condition-case'.");
2321 debug_on_quit = 0; 2321 debug_on_quit = 0;
2322 2322
2323 DEFVAR_BOOL ("debug-on-next-call", &debug_on_next_call, 2323 DEFVAR_BOOL ("debug-on-next-call", &debug_on_next_call,