aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2014-06-30 16:58:56 -0300
committerFabián Ezequiel Gallina2014-06-30 16:58:56 -0300
commita24225d513f2d42165c74b6bc456bed509dc7a10 (patch)
tree195ec62f8fec19dc2389ce2c6bdad4223327badc /test
parent98bfa4f1e61907686e3d59453e1e3d03f5411638 (diff)
downloademacs-a24225d513f2d42165c74b6bc456bed509dc7a10.tar.gz
emacs-a24225d513f2d42165c74b6bc456bed509dc7a10.zip
Changelog, NEWS and Copyright fixes.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog22
-rw-r--r--test/automated/subr-x-tests.el2
2 files changed, 2 insertions, 22 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 34807205e0f..8c28eaf30dc 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,26 +1,6 @@
12014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org> 12014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 2
3 * automated/subr-x-tests.el 3 * automated/subr-x-tests.el: New file.
4 (subr-x-test-if-let-single-binding-expansion)
5 (subr-x-test-if-let-single-symbol-expansion)
6 (subr-x-test-if-let-nil-related-expansion)
7 (subr-x-test-if-let-malformed-binding, subr-x-test-if-let-true)
8 (subr-x-test-if-let-false, subr-x-test-if-let-bound-references)
9 (subr-x-test-if-let-and-lazyness-is-preserved)
10 (subr-x-test-when-let-body-expansion)
11 (subr-x-test-when-let-single-binding-expansion)
12 (subr-x-test-when-let-single-symbol-expansion)
13 (subr-x-test-when-let-nil-related-expansion)
14 (subr-x-test-when-let-malformed-binding)
15 (subr-x-test-when-let-true, subr-x-test-when-let-false)
16 (subr-x-test-when-let-bound-references)
17 (subr-x-test-when-let-and-lazyness-is-preserved)
18 (subr-x-test-thread-first-no-forms)
19 (subr-x-test-thread-first-function-names-are-threaded)
20 (subr-x-test-thread-first-expansion)
21 (subr-x-test-thread-last-no-forms)
22 (subr-x-test-thread-last-function-names-are-threaded)
23 (subr-x-test-thread-last-expansion): New tests.
24 4
252014-06-29 Michael Albinus <michael.albinus@gmx.de> 52014-06-29 Michael Albinus <michael.albinus@gmx.de>
26 6
diff --git a/test/automated/subr-x-tests.el b/test/automated/subr-x-tests.el
index cb4d3686bb2..df8412699a4 100644
--- a/test/automated/subr-x-tests.el
+++ b/test/automated/subr-x-tests.el
@@ -1,6 +1,6 @@
1;;; subr-x-tests.el --- Testing the extended lisp routines 1;;; subr-x-tests.el --- Testing the extended lisp routines
2 2
3;; Copyright (C) 2011-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2014 Free Software Foundation, Inc.
4 4
5;; Author: Fabián E. Gallina <fgallina@gnu.org> 5;; Author: Fabián E. Gallina <fgallina@gnu.org>
6;; Keywords: 6;; Keywords: