diff options
author | Glenn Morris <rgm@gnu.org> | 2009-07-23 02:54:00 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-07-23 02:54:00 +0000 |
commit | 924bfe49d8f70b05e734c2038b05d2c3e5ead7dc (patch) | |
tree | a7bff7f3b7bcd3b1486660a03094a9cb4b8d821e /lisp | |
parent | a2b3fdbf3aa02c3798201d9f80ce012f27878cf2 (diff) | |
download | emacs-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.el | 2 |
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)))) |