comparison lisp/emacs-lisp/bytecomp.el @ 27584:2f7978218574

Run bytecomp-load-hook.
author Dave Love <fx@gnu.org>
date Wed, 02 Feb 2000 15:10:35 +0000
parents 6eba74503556
children 52c0cae80495
comparison
equal deleted inserted replaced
27583:0a24f44a46f3 27584:2f7978218574
7 ;; Maintainer: FSF 7 ;; Maintainer: FSF
8 ;; Keywords: lisp 8 ;; Keywords: lisp
9 9
10 ;;; This version incorporates changes up to version 2.10 of the 10 ;;; This version incorporates changes up to version 2.10 of the
11 ;;; Zawinski-Furuseth compiler. 11 ;;; Zawinski-Furuseth compiler.
12 (defconst byte-compile-version "$Revision: 2.60 $") 12 (defconst byte-compile-version "$Revision: 2.61 $")
13 13
14 ;; This file is part of GNU Emacs. 14 ;; This file is part of GNU Emacs.
15 15
16 ;; GNU Emacs is free software; you can redistribute it and/or modify 16 ;; GNU Emacs is free software; you can redistribute it and/or modify
17 ;; it under the terms of the GNU General Public License as published by 17 ;; it under the terms of the GNU General Public License as published by
3563 byte-compile-out-toplevel 3563 byte-compile-out-toplevel
3564 byte-compile-constant 3564 byte-compile-constant
3565 byte-compile-variable-ref)))) 3565 byte-compile-variable-ref))))
3566 nil) 3566 nil)
3567 3567
3568 (run-hooks 'bytecomp-load-hook)
3569
3568 ;;; bytecomp.el ends here 3570 ;;; bytecomp.el ends here