(load-time-value): Update for the name-change `outbuffer' to

`bytecomp-outbuffer'.
This commit is contained in:
Glenn Morris 2009-07-23 02:54:00 +00:00
parent a2b3fdbf3a
commit 924bfe49d8

View file

@ -485,7 +485,7 @@ The result of the body appears to the compiler as a quoted constant."
(symbol-function 'byte-compile-file-form)))
(list 'byte-compile-file-form (list 'quote set))
'(byte-compile-file-form form)))
(print set (symbol-value 'outbuffer)))
(print set (symbol-value 'bytecomp-outbuffer)))
(list 'symbol-value (list 'quote temp)))
(list 'quote (eval form))))