From: Dave Love Date: Wed, 2 Feb 2000 15:10:35 +0000 (+0000) Subject: Run bytecomp-load-hook. X-Git-Tag: emacs-pretest-21.0.90~5120 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3433c43f88f851b40540dac5655122b92f55d2ef;p=emacs.git Run bytecomp-load-hook. --- diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 6dd1260eea8..3c027167e37 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -9,7 +9,7 @@ ;;; This version incorporates changes up to version 2.10 of the ;;; Zawinski-Furuseth compiler. -(defconst byte-compile-version "$Revision: 2.60 $") +(defconst byte-compile-version "$Revision: 2.61 $") ;; This file is part of GNU Emacs. @@ -3565,4 +3565,6 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." byte-compile-variable-ref)))) nil) +(run-hooks 'bytecomp-load-hook) + ;;; bytecomp.el ends here