summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-07-23 02:54:00 +0000
committerGlenn Morris <rgm@gnu.org>2009-07-23 02:54:00 +0000
commit924bfe49d8f70b05e734c2038b05d2c3e5ead7dc (patch)
treea7bff7f3b7bcd3b1486660a03094a9cb4b8d821e /lisp
parenta2b3fdbf3aa02c3798201d9f80ce012f27878cf2 (diff)
downloademacs-924bfe49d8f70b05e734c2038b05d2c3e5ead7dc.tar.gz
emacs-924bfe49d8f70b05e734c2038b05d2c3e5ead7dc.tar.bz2
emacs-924bfe49d8f70b05e734c2038b05d2c3e5ead7dc.zip
(load-time-value): Update for the name-change `outbuffer' to
`bytecomp-outbuffer'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/cl-macs.el2
1 files changed, 1 insertions, 1 deletions
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))))