Mercurial > emacs
changeset 40190:9ba78bf11cf1
Document changes in file-name-sans-extension and file-name-extension.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 22 Oct 2001 16:17:29 +0000 |
parents | 3575d8b5c9d6 |
children | 296982d27c41 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon Oct 22 16:14:11 2001 +0000 +++ b/etc/NEWS Mon Oct 22 16:17:29 2001 +0000 @@ -78,6 +78,11 @@ * Lisp Changes in Emacs 21.2 ++++ +** Functions `file-name-sans-extension' and `file-name-extension' now +ignore the leading dots in file names, so that file names such as +`.emacs' are treated as extensionless. + ** Functions `user-uid' and `user-real-uid' now return floats if the user UID doesn't fit in a Lisp integer. Function `user-full-name' accepts a float as UID parameter.