summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-01-28 12:53:52 +0000
committerGerd Moellmann <gerd@gnu.org>2000-01-28 12:53:52 +0000
commit35384f06c35f88c79a84cf01fabba2371ada058c (patch)
tree00b2181447763e80c638de4a56340860fd16e5dc
parentefd68b8a91ada03e5c42eb4e7fd778311104a1c5 (diff)
downloademacs-35384f06c35f88c79a84cf01fabba2371ada058c.tar.gz
Change in sort-numeric-fields.
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fae08e21733..a925addc265 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -681,6 +681,12 @@ matches are automatically cleared when you end the search. If it is
set to nil, you can remove the highlights manually with `M-x
isearch-lazy-highlight-cleanup'.
+** Changes in sort.el
+
+The function sort-numeric-fields interprets numbers starting with `0'
+as ocatal and numbers starting with `0x' or `0X' as hexadecimal. The
+new user-option sort-numberic-base can be used to specify a default
+numeric base.
** Ange-ftp allows you to specify of a port number in remote file
names cleanly. It is appended to the host name, separated by a hash