diff options
Diffstat (limited to 'lisp/emacs-lisp/byte-opt.el')
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 4f399f4b4cf..c60ae46a997 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -1900,7 +1900,7 @@ may generate incorrect code.") (setq byte-compile-maxdepth (+ byte-compile-maxdepth add-depth))) lap) -(provide 'byte-optimize) +(provide 'byte-opt) ;; To avoid "lisp nesting exceeds max-lisp-eval-depth" when this file compiles |