changeset 93919:31ff447ca160

* emacs-lisp/regexp-opt.el (regexp-opt): Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 09 Apr 2008 15:38:05 +0000
parents ec33db002fca
children 22cfb604a455
files lisp/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Apr 09 14:35:02 2008 +0000
+++ b/lisp/ChangeLog	Wed Apr 09 15:38:05 2008 +0000
@@ -1,3 +1,8 @@
+2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
+
+	* emacs-lisp/regexp-opt.el (regexp-opt): Reduce
+	max-lisp-eval-depth and max-specpdl-size to 10000.
+
 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
 
 	* nxml/nxml-mode.el (nxml-cleanup): New function.