summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-09-20 19:37:54 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-09-20 19:37:54 +0200
commit385bb140de767ff59b026f5540e0e8bfae53fb55 (patch)
tree39531559bda575fc4f0ce7f1491b2cc322764995 /etc/NEWS
parent1646e448d02195726cd44b0a8fb34c595b193a43 (diff)
downloademacs-385bb140de767ff59b026f5540e0e8bfae53fb55.tar.gz
Make number-at-point recognize some hex numbers
* lisp/thingatpt.el (number-at-point): Also return common hex numbers (bug#37458).
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c129e8a0b6e..567f3cbb403 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1662,6 +1662,10 @@ A symbol 'uuid' can be passed to 'thing-at-point' and it returns the
UUID at point.
---
+*** 'number-at-point' will now recognize hex number like 0xAb09 and #xAb09
+and return them as numbers.
+
+---
*** 'word-at-point' and 'sentence-at-point' accept NO-PROPERTIES.
Just like 'thing-at-point' itself.