From: Glenn Morris Date: Thu, 23 Jul 2009 02:54:00 +0000 (+0000) Subject: (load-time-value): Update for the name-change `outbuffer' to X-Git-Tag: emacs-pretest-23.1.90~2056 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=924bfe49d8f70b05e734c2038b05d2c3e5ead7dc;p=emacs.git (load-time-value): Update for the name-change `outbuffer' to `bytecomp-outbuffer'. --- diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 2d6eb93550b..9a2eee325f4 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -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))))