(load-time-value): Update for the name-change `outbuffer' to
`bytecomp-outbuffer'.
This commit is contained in:
parent
a2b3fdbf3a
commit
924bfe49d8
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue