aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d38bc3d9099..6ec82f8333c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -217,6 +217,17 @@ outermost parenthesis.
217** The function 'redirect-debugging-output' now works on platforms 217** The function 'redirect-debugging-output' now works on platforms
218other than GNU/Linux. 218other than GNU/Linux.
219 219
220+++
221** New functions 'sxhash-eq' and 'sxhash-eql' return hash codes of a
222Lisp object suitable for use with 'eq' and 'eql' correspondingly. If
223two objects are 'eq' ('eql'), then the result of 'sxhash-eq'
224('sxhash-eql') on them will be the same.
225
226+++
227** Function 'sxhash' has been renamed to 'sxhash-equal' for
228consistency with the new functions. For compatibility, 'sxhash'
229remains as an alias to 'sxhash-equal'.
230
220 231
221* Changes in Emacs 25.2 on Non-Free Operating Systems 232* Changes in Emacs 25.2 on Non-Free Operating Systems
222 233