]> git.eshelyaron.com Git - emacs.git/commitdiff
Run bytecomp-load-hook.
authorDave Love <fx@gnu.org>
Wed, 2 Feb 2000 15:10:35 +0000 (15:10 +0000)
committerDave Love <fx@gnu.org>
Wed, 2 Feb 2000 15:10:35 +0000 (15:10 +0000)
lisp/emacs-lisp/bytecomp.el

index 6dd1260eea83729fead43fe25a5b48a0223f6272..3c027167e37a2a9cf120fcb2ce6d07595049ac4e 100644 (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