diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-10-22 16:17:29 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-10-22 16:17:29 +0000 |
commit | 202082d3896e4a31fdf9ca9fec66b2872bd0e4cc (patch) | |
tree | 13bd880a3152e1fef6eff4dc6bde457b0ecc5a54 /etc | |
parent | b704d54b9205c1e3e669de1e81dd163b60146569 (diff) | |
download | emacs-202082d3896e4a31fdf9ca9fec66b2872bd0e4cc.tar.gz |
Document changes in file-name-sans-extension and file-name-extension.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |