Run bytecomp-load-hook.
This commit is contained in:
parent
ba27ebd204
commit
3433c43f88
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue