diff options
| author | Richard M. Stallman | 1993-12-25 00:32:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-12-25 00:32:37 +0000 |
| commit | 200503bb0666ebdff08242babd1ead2d49baba33 (patch) | |
| tree | 152f490596b96e05e53af2efb4a4ccf68a67079d | |
| parent | 9d6a6bb9b90dfb20c7282b08d43834bb93aa4f51 (diff) | |
| download | emacs-200503bb0666ebdff08242babd1ead2d49baba33.tar.gz emacs-200503bb0666ebdff08242babd1ead2d49baba33.zip | |
Provide bytecomp as well as byte-compile.
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 7f65c11d0f1..155628797e4 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -3074,6 +3074,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." | |||
| 3074 | (make-obsolete-variable 'meta-flag "Use the set-input-mode function instead.") | 3074 | (make-obsolete-variable 'meta-flag "Use the set-input-mode function instead.") |
| 3075 | 3075 | ||
| 3076 | (provide 'byte-compile) | 3076 | (provide 'byte-compile) |
| 3077 | (provide 'bytecomp) | ||
| 3077 | 3078 | ||
| 3078 | 3079 | ||
| 3079 | ;;; report metering (see the hacks in bytecode.c) | 3080 | ;;; report metering (see the hacks in bytecode.c) |