From: Eli Zaretskii Date: Mon, 22 Oct 2001 16:17:29 +0000 (+0000) Subject: Document changes in file-name-sans-extension and file-name-extension. X-Git-Tag: ttn-vms-21-2-B4~19248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=202082d3896e4a31fdf9ca9fec66b2872bd0e4cc;p=emacs.git Document changes in file-name-sans-extension and file-name-extension. --- diff --git a/etc/NEWS b/etc/NEWS index 96ad3597cb9..652f8728c02 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -78,6 +78,11 @@ SQL buffer. * 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.