diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -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 |
| 218 | other than GNU/Linux. | 218 | other than GNU/Linux. |
| 219 | 219 | ||
| 220 | +++ | ||
| 221 | ** New functions 'sxhash-eq' and 'sxhash-eql' return hash codes of a | ||
| 222 | Lisp object suitable for use with 'eq' and 'eql' correspondingly. If | ||
| 223 | two 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 | ||
| 228 | consistency with the new functions. For compatibility, 'sxhash' | ||
| 229 | remains 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 | ||