diff options
| author | Stefan Monnier | 2011-04-01 11:16:50 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-04-01 11:16:50 -0400 |
| commit | 7200d79c65c65686495dd95e9f6dd436cf6db55e (patch) | |
| tree | 5ad8e8f4ad0bb2dadfdc1d670cb3cd47db28a3f8 /src/window.c | |
| parent | 40d83b412f584cc02e68d4eac8fd5e6eb769e2fe (diff) | |
| download | emacs-old-branches/lexbind-new.tar.gz emacs-old-branches/lexbind-new.zip | |
Miscellanous cleanups in preparation for the merge.old-branches/lexbind-new
* lisp/emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
Remove debug statement.
* lisp/emacs-lisp/bytecomp.el (byte-compile-single-version)
(byte-compile-version-cond, byte-compile-delay-out)
(byte-compile-delayed-out): Remove, unused.
* src/bytecode.c (Fbyte_code): Revert to old calling convention.
* src/lisp.h (COMPILED_PUSH_ARGS): Remove, unused.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index 4bd533c22ac..7e40cdff42b 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3649,6 +3649,7 @@ displaying that buffer. */) | |||
| 3649 | return Qnil; | 3649 | return Qnil; |
| 3650 | } | 3650 | } |
| 3651 | 3651 | ||
| 3652 | |||
| 3652 | void | 3653 | void |
| 3653 | temp_output_buffer_show (register Lisp_Object buf) | 3654 | temp_output_buffer_show (register Lisp_Object buf) |
| 3654 | { | 3655 | { |