diff options
| author | Karl Heuer | 1999-08-10 17:13:38 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-08-10 17:13:38 +0000 |
| commit | 1ffa42860125cb230b9874da142181ff041dfb35 (patch) | |
| tree | f109ecd7295c8601ee0c0e45b7001a296d7b1277 | |
| parent | 51508f6de3d5172ea43dcb56f276b73be2bd5e7b (diff) | |
| download | emacs-1ffa42860125cb230b9874da142181ff041dfb35.tar.gz emacs-1ffa42860125cb230b9874da142181ff041dfb35.zip | |
Provide `byte-optimize', not `byte-opt'.
| -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.") | |||
| 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 |