From 200503bb0666ebdff08242babd1ead2d49baba33 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 25 Dec 1993 00:32:37 +0000 Subject: Provide bytecomp as well as byte-compile. --- lisp/emacs-lisp/bytecomp.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/emacs-lisp') 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 .'." (make-obsolete-variable 'meta-flag "Use the set-input-mode function instead.") (provide 'byte-compile) +(provide 'bytecomp) ;;; report metering (see the hacks in bytecode.c) -- cgit v1.2.3