diff 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
line wrap: on
line diff
--- a/lisp/bytecomp.el	Mon Aug 24 15:21:21 2009 -0600
+++ b/lisp/bytecomp.el	Thu Aug 27 15:18:51 2009 +0100
@@ -4526,4 +4526,6 @@
 		 byte-compile-variable-ref))))
  nil)
 
+(run-hooks 'bytecomp-load-hook)
+
 ;;; bytecomp.el ends here