1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

Run bytecomp-load-hook.

This commit is contained in:
Dave Love 2000-02-02 15:10:35 +00:00
parent ba27ebd204
commit 3433c43f88

View File

@ -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