aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d9367c5423..856888f123 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3209,6 +3209,10 @@ the command `undefined'. (In earlier Emacs versions, it used
** General Lisp changes:
+*** The function `expt' handles negative exponents differently.
+The value for `(expt A B)', if both A and B are integers and B is
+negative, is now a float. For example: (expt 2 -2) => 0.25.
+
+++
*** The function `eql' is now available without requiring the CL package.