comparison lisp/bytecomp.el @ 4683:0cc9d22c3732

Be more reliable about loading cl-macs at byte-compile time, cl.el. lisp/ChangeLog addition: 2009-08-27 Aidan Kehoe <kehoea@parhasard.net> * cl.el (bytecomp-load-hook): New. * bytecomp.el (bytecomp-load-hook): Use id. Merge Dave Love's 2000-02-02 GNU (GPLv2) change, forcing the byte-compiler to be more consistent about loading cl-macs at compile time.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 27 Aug 2009 15:18:51 +0100
parents 8f1ee2d15784
children cdabd56ce1b5
comparison
equal deleted inserted replaced
4682:648f4a0dac3e 4683:0cc9d22c3732
4524 byte-compile-out-toplevel 4524 byte-compile-out-toplevel
4525 byte-compile-constant 4525 byte-compile-constant
4526 byte-compile-variable-ref)))) 4526 byte-compile-variable-ref))))
4527 nil) 4527 nil)
4528 4528
4529 (run-hooks 'bytecomp-load-hook)
4530
4529 ;;; bytecomp.el ends here 4531 ;;; bytecomp.el ends here