1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
emacs/test
Stefan Monnier 6c075cd7c0 Rewrite the cconv conversion algorithm, for clarity.
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand): Adjust check for
new byte-code representation.
* lisp/emacs-lisp/cconv.el (cconv--convert-function): Rename from
cconv-closure-convert-function.
(cconv-convert): Rename from cconv-closure-convert-rec.
(cconv--analyse-use): Rename from cconv-analyse-use.
(cconv--analyse-function): Rename from cconv-analyse-function.
(cconv--analyse-use): Change some patterns to silence compiler.
(cconv-convert, cconv--convert-function): Rewrite.
* test/automated/lexbind-tests.el: New file.
2011-03-09 22:48:44 -05:00
..
automated Rewrite the cconv conversion algorithm, for clarity. 2011-03-09 22:48:44 -05:00
cedet Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
indent * lisp/progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case 2011-02-09 13:59:55 -05:00
ChangeLog Rewrite the cconv conversion algorithm, for clarity. 2011-03-09 22:48:44 -05:00
comint-testsuite.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
eshell.el Move eshell's self-tests to the test/ directory. 2011-03-05 12:07:27 -08:00
newsticker-testsuite.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
occur-testsuite.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
README Mention etc/compilation.txt 2009-07-26 15:59:37 +00:00
redisplay-testsuite.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00

This directory contains files intended to test various aspects of
Emacs's functionality.  Please help add tests!

(Also, see etc/compilation.txt for compilation mode font lock tests.)