changeset 5341:2f4fab6070b8

Provide bytecomp as well as byte-compile.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Dec 1993 00:32:37 +0000
parents fcd6e0da3380
children f38861038093
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Sat Dec 25 00:05:02 1993 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Sat Dec 25 00:32:37 1993 +0000
@@ -3074,6 +3074,7 @@
 (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)