diff options
| author | Nicolas Petton | 2016-03-02 17:03:21 +0100 |
|---|---|---|
| committer | Nicolas Petton | 2016-03-02 17:03:21 +0100 |
| commit | a26f1933db42f63f7ade2f98cda8fec1521d6ccb (patch) | |
| tree | fdf406b19f2f430140c97c46e7e6235efd564bc7 | |
| parent | fbc85c79baac44e8fd21221015b19f70ff799e64 (diff) | |
| download | emacs-a26f1933db42f63f7ade2f98cda8fec1521d6ccb.tar.gz emacs-a26f1933db42f63f7ade2f98cda8fec1521d6ccb.zip | |
; fix changelog entries
| -rw-r--r-- | ChangeLog.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 64bc8068d3a..17712693e8a 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -389,7 +389,7 @@ | |||
| 389 | 389 | ||
| 390 | (cl-union): Do not ignore :test argument when lists are equal. | 390 | (cl-union): Do not ignore :test argument when lists are equal. |
| 391 | 391 | ||
| 392 | * cl-seq.el (cl-union): Do not ignore :test argument when lists are equal. | 392 | * lisp/emacs-lisp/cl-seq.el (cl-union): Do not ignore :test argument when lists are equal. |
| 393 | 393 | ||
| 394 | * test/automated/cl-seq-tests.el: New file (bug#22729). | 394 | * test/automated/cl-seq-tests.el: New file (bug#22729). |
| 395 | 395 | ||
| @@ -767,7 +767,7 @@ | |||
| 767 | 767 | ||
| 768 | Follow convention for greek letter constants. | 768 | Follow convention for greek letter constants. |
| 769 | 769 | ||
| 770 | * list/calc/calc-units.el (math-standard-units): | 770 | * lisp/calc/calc-units.el (math-standard-units): |
| 771 | Add "sigma" and alias σ to it. | 771 | Add "sigma" and alias σ to it. |
| 772 | 772 | ||
| 773 | 2016-02-16 Mark Oteiza <mvoteiza@udel.edu> | 773 | 2016-02-16 Mark Oteiza <mvoteiza@udel.edu> |