aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Monnier2011-04-01 11:16:50 -0400
committerStefan Monnier2011-04-01 11:16:50 -0400
commit7200d79c65c65686495dd95e9f6dd436cf6db55e (patch)
tree5ad8e8f4ad0bb2dadfdc1d670cb3cd47db28a3f8 /test
parent40d83b412f584cc02e68d4eac8fd5e6eb769e2fe (diff)
downloademacs-7200d79c65c65686495dd95e9f6dd436cf6db55e.tar.gz
emacs-7200d79c65c65686495dd95e9f6dd436cf6db55e.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 'test')
-rw-r--r--test/automated/lexbind-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/automated/lexbind-tests.el b/test/automated/lexbind-tests.el
index 1ff31e2422d..95b8bbe8858 100644
--- a/test/automated/lexbind-tests.el
+++ b/test/automated/lexbind-tests.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2011 Free Software Foundation, Inc. 3;; Copyright (C) 2011 Free Software Foundation, Inc.
4 4
5;; Author: Stefan Monnier <monnier@iro.umontreal.ca> 5;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
6;; Keywords: 6;; Keywords:
7 7
8;; This program is free software; you can redistribute it and/or modify 8;; This program is free software; you can redistribute it and/or modify
9;; it under the terms of the GNU General Public License as published by 9;; it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
20 20
21;;; Commentary: 21;;; Commentary:
22 22
23;; 23;;
24 24
25;;; Code: 25;;; Code:
26 26