comparison lisp/emacs-lisp/bytecomp.el @ 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 f48e54cb9b01
children 164b8c470e47
comparison
equal deleted inserted replaced
5340:fcd6e0da3380 5341:2f4fab6070b8
3072 (make-obsolete-variable 'suspend-hooks 'suspend-hook) 3072 (make-obsolete-variable 'suspend-hooks 'suspend-hook)
3073 (make-obsolete-variable 'comment-indent-hook 'comment-indent-function) 3073 (make-obsolete-variable 'comment-indent-hook 'comment-indent-function)
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)
3080 3081
3081 (defun byte-compile-report-ops () 3082 (defun byte-compile-report-ops ()