summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2016-03-02 17:03:21 +0100
committerNicolas Petton <nicolas@petton.fr>2016-03-02 17:03:21 +0100
commita26f1933db42f63f7ade2f98cda8fec1521d6ccb (patch)
treefdf406b19f2f430140c97c46e7e6235efd564bc7
parentfbc85c79baac44e8fd21221015b19f70ff799e64 (diff)
downloademacs-a26f1933db42f63f7ade2f98cda8fec1521d6ccb.tar.gz
; fix changelog entries
-rw-r--r--ChangeLog.24
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 @@
(cl-union): Do not ignore :test argument when lists are equal.
- * cl-seq.el (cl-union): Do not ignore :test argument when lists are equal.
+ * lisp/emacs-lisp/cl-seq.el (cl-union): Do not ignore :test argument when lists are equal.
* test/automated/cl-seq-tests.el: New file (bug#22729).
@@ -767,7 +767,7 @@
Follow convention for greek letter constants.
- * list/calc/calc-units.el (math-standard-units):
+ * lisp/calc/calc-units.el (math-standard-units):
Add "sigma" and alias σ to it.
2016-02-16 Mark Oteiza <mvoteiza@udel.edu>