Mercurial > emacs
comparison etc/NEWS @ 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 | d8c67e075687 |
children | 77247104a65e |
comparison
equal
deleted
inserted
replaced
40189:3575d8b5c9d6 | 40190:9ba78bf11cf1 |
---|---|
75 (function (lambda () | 75 (function (lambda () |
76 (master-set-slave sql-buffer)))) | 76 (master-set-slave sql-buffer)))) |
77 | 77 |
78 | 78 |
79 * Lisp Changes in Emacs 21.2 | 79 * Lisp Changes in Emacs 21.2 |
80 | |
81 +++ | |
82 ** Functions `file-name-sans-extension' and `file-name-extension' now | |
83 ignore the leading dots in file names, so that file names such as | |
84 `.emacs' are treated as extensionless. | |
80 | 85 |
81 ** Functions `user-uid' and `user-real-uid' now return floats if the | 86 ** Functions `user-uid' and `user-real-uid' now return floats if the |
82 user UID doesn't fit in a Lisp integer. Function `user-full-name' | 87 user UID doesn't fit in a Lisp integer. Function `user-full-name' |
83 accepts a float as UID parameter. | 88 accepts a float as UID parameter. |
84 | 89 |