aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBarry O'Reilly2013-09-11 01:03:23 -0400
committerBarry O'Reilly2013-09-11 01:03:23 -0400
commitebb99847285bca912e04f79dd3d9dcc84769ccf6 (patch)
treea3be4b8a0d987e4c6a54d284737a1383de933000 /etc
parent1b3b87dfe0fae8e5266319531c0a874c8b4313b1 (diff)
downloademacs-ebb99847285bca912e04f79dd3d9dcc84769ccf6.tar.gz
emacs-ebb99847285bca912e04f79dd3d9dcc84769ccf6.zip
Change comparison functions =, <, >, <=, >= to take many arguments.
* src/data.c: Change comparison functions' interface and implementation * src/lisp.h: Make arithcompare available for efficient two arg comparisons * src/bytecode.c: Use arithcompare * src/fileio.c: Use new interface * test/automated/data-tests.el: New tests for comparison functions * etc/NEWS
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 78f99dbc621..929c86a7ba6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -625,6 +625,8 @@ actually using interpreter-mode-alist for something.
625 625
626* Lisp Changes in Emacs 24.4 626* Lisp Changes in Emacs 24.4
627 627
628** Comparison functions =, <, >, <=, >= now take many arguments.
629
628** The second argument of `eval' can now be a lexical-environment. 630** The second argument of `eval' can now be a lexical-environment.
629 631
630** `with-demoted-errors' takes an additional argument `format'. 632** `with-demoted-errors' takes an additional argument `format'.