aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorStefan Monnier2010-12-10 19:13:08 -0500
committerStefan Monnier2010-12-10 19:13:08 -0500
commit2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch)
treef26dc9f22861dc37610de319d05255de058c221b /src/eval.c
parent0c747cb143fa227e78f350ac353d703f489209df (diff)
parent175069efeb080517afefdd44a06f7a779ea8c25c (diff)
downloademacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz
emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip
Merge from trunk
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index c07e7a37323..574c4ebf361 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -187,7 +187,7 @@ init_eval_once (void)
187 specpdl_ptr = specpdl; 187 specpdl_ptr = specpdl;
188 /* Don't forget to update docs (lispref node "Local Variables"). */ 188 /* Don't forget to update docs (lispref node "Local Variables"). */
189 max_specpdl_size = 1200; /* 1000 is not enough for CEDET's c-by.el. */ 189 max_specpdl_size = 1200; /* 1000 is not enough for CEDET's c-by.el. */
190 max_lisp_eval_depth = 500; 190 max_lisp_eval_depth = 600;
191 191
192 Vrun_hooks = Qnil; 192 Vrun_hooks = Qnil;
193} 193}