Mercurial > emacs
changeset 27470:483c021bf376
Change in sort-numeric-fields.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 28 Jan 2000 12:53:52 +0000 |
parents | 98f24cb3efa5 |
children | c64b8825af55 |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Jan 28 12:48:41 2000 +0000 +++ b/etc/NEWS Fri Jan 28 12:53:52 2000 +0000 @@ -681,6 +681,12 @@ 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