* lisp/loadup.el: Set max-specpdl-size to 1800 when loading cl-generic.el.
This commit is contained in:
parent
fab3674b36
commit
43203d5068
1 changed files with 3 additions and 1 deletions
|
@ -245,7 +245,9 @@
|
|||
(load "language/cham")
|
||||
|
||||
(load "indent")
|
||||
(load "emacs-lisp/cl-generic")
|
||||
(let ((max-specpdl-size (max max-specpdl-size 1800)))
|
||||
;; A particularly demanding file to load; 1600 does not seem to be enough.
|
||||
(load "emacs-lisp/cl-generic"))
|
||||
(load "minibuffer") ;Needs cl-generic (and define-minor-mode).
|
||||
(load "frame")
|
||||
(load "startup")
|
||||
|
|
Loading…
Add table
Reference in a new issue