changeset 27584:2f7978218574

Run bytecomp-load-hook.
author Dave Love <fx@gnu.org>
date Wed, 02 Feb 2000 15:10:35 +0000
parents 0a24f44a46f3
children 65b514b0ab72
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Wed Feb 02 15:01:39 2000 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Wed Feb 02 15:10:35 2000 +0000
@@ -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 @@
 		  byte-compile-variable-ref))))
   nil)
 
+(run-hooks 'bytecomp-load-hook)
+
 ;;; bytecomp.el ends here