diff options
| author | Glenn Morris | 2009-07-23 02:54:00 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-23 02:54:00 +0000 |
| commit | 924bfe49d8f70b05e734c2038b05d2c3e5ead7dc (patch) | |
| tree | a7bff7f3b7bcd3b1486660a03094a9cb4b8d821e | |
| parent | a2b3fdbf3aa02c3798201d9f80ce012f27878cf2 (diff) | |
| download | emacs-924bfe49d8f70b05e734c2038b05d2c3e5ead7dc.tar.gz emacs-924bfe49d8f70b05e734c2038b05d2c3e5ead7dc.zip | |
(load-time-value): Update for the name-change `outbuffer' to
`bytecomp-outbuffer'.
| -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." | |||
| 485 | (symbol-function 'byte-compile-file-form))) | 485 | (symbol-function 'byte-compile-file-form))) |
| 486 | (list 'byte-compile-file-form (list 'quote set)) | 486 | (list 'byte-compile-file-form (list 'quote set)) |
| 487 | '(byte-compile-file-form form))) | 487 | '(byte-compile-file-form form))) |
| 488 | (print set (symbol-value 'outbuffer))) | 488 | (print set (symbol-value 'bytecomp-outbuffer))) |
| 489 | (list 'symbol-value (list 'quote temp))) | 489 | (list 'symbol-value (list 'quote temp))) |
| 490 | (list 'quote (eval form)))) | 490 | (list 'quote (eval form)))) |
| 491 | 491 | ||