aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/byte-opt.el2
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.")
1900 (setq byte-compile-maxdepth (+ byte-compile-maxdepth add-depth))) 1900 (setq byte-compile-maxdepth (+ byte-compile-maxdepth add-depth)))
1901 lap) 1901 lap)
1902 1902
1903(provide 'byte-optimize) 1903(provide 'byte-opt)
1904 1904
1905 1905
1906;; To avoid "lisp nesting exceeds max-lisp-eval-depth" when this file compiles 1906;; To avoid "lisp nesting exceeds max-lisp-eval-depth" when this file compiles