diff options
| author | Michael Albinus | 2016-12-09 10:03:05 +0100 |
|---|---|---|
| committer | Michael Albinus | 2016-12-09 10:03:05 +0100 |
| commit | 57a77f833e37abe2f7936585e9915b6947e3564a (patch) | |
| tree | 0dd014b26b8ca07167ace7cb051c37f07434ae44 /etc | |
| parent | 8f611e5e2309ae3f7f1753f0d2f7a60ca6fc2657 (diff) | |
| download | emacs-57a77f833e37abe2f7936585e9915b6947e3564a.tar.gz emacs-57a77f833e37abe2f7936585e9915b6947e3564a.zip | |
Document file-name-quote, file-name-unquote and file-name-quoted-p
* doc/lispref/files.texi (File Name Expansion):
* etc/NEWS: Mention file-name-quote, file-name-unquote and
file-name-quoted-p.
* lisp/files.el (file-name-non-special): Revert using
file-name-quote, file-name-unquote and file-name-quoted-p.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -749,6 +749,11 @@ can be used for creation of temporary files of remote or mounted directories. | |||
| 749 | of remote processes. | 749 | of remote processes. |
| 750 | 750 | ||
| 751 | +++ | 751 | +++ |
| 752 | ** The new functions 'file-name-quote', 'file-name-unquote' and | ||
| 753 | 'file-name-quoted-p' can be used to quote / unquote file names with | ||
| 754 | the prefix "/:". | ||
| 755 | |||
| 756 | +++ | ||
| 752 | ** The new error 'file-missing', a subcategory of 'file-error', is now | 757 | ** The new error 'file-missing', a subcategory of 'file-error', is now |
| 753 | signaled instead of 'file-error' if a file operation acts on a file | 758 | signaled instead of 'file-error' if a file operation acts on a file |
| 754 | that does not exist. | 759 | that does not exist. |