]> git.eshelyaron.com Git - emacs.git/commitdiff
(load-time-value): Update for the name-change `outbuffer' to
authorGlenn Morris <rgm@gnu.org>
Thu, 23 Jul 2009 02:54:00 +0000 (02:54 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 23 Jul 2009 02:54:00 +0000 (02:54 +0000)
`bytecomp-outbuffer'.

lisp/emacs-lisp/cl-macs.el

index 2d6eb93550b3bc6cf1e971bdfa661d5738faa451..9a2eee325f4d65dfb0a1af08b95b3e13144c14f1 100644 (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))))