diff options
| author | Eli Zaretskii | 2001-03-29 15:23:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-29 15:23:40 +0000 |
| commit | 7cd5f1e7eef61f436b6abd00138d4868a1bf1960 (patch) | |
| tree | 4beb855369753217883e1be2c52f0f65998cdc64 | |
| parent | 6d6ebdc1d86c561a9a5c2763e92b7dc248a2b4b6 (diff) | |
| download | emacs-7cd5f1e7eef61f436b6abd00138d4868a1bf1960.tar.gz emacs-7cd5f1e7eef61f436b6abd00138d4868a1bf1960.zip | |
Document that directory-sep-char is deprecated.
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -2218,6 +2218,17 @@ the emacs-mule encoding. Also, files stored in the emacs-mule | |||
| 2218 | encoding using Emacs 20 with additional private charsets defined will | 2218 | encoding using Emacs 20 with additional private charsets defined will |
| 2219 | probably not be read correctly by Emacs 21. | 2219 | probably not be read correctly by Emacs 21. |
| 2220 | 2220 | ||
| 2221 | ** Not really a change (yet), but a projected one that of which you | ||
| 2222 | should be aware of: The variable `directory-sep-char' is deprecated, | ||
| 2223 | and should not be used. It was always ignored on GNU/Linux and Unix | ||
| 2224 | systems and on MS-DOS, but the MS-Windows port tried to support it by | ||
| 2225 | adapting the behavior of certain primitives to the value of this | ||
| 2226 | variable. It turned out that such support cannot be reliable, so it | ||
| 2227 | was decided to remove this variable in the near future. Lisp programs | ||
| 2228 | are well advised not to set it to anything but '/', because any | ||
| 2229 | different value will not have any effect when support for this | ||
| 2230 | variable is removed. | ||
| 2231 | |||
| 2221 | 2232 | ||
| 2222 | * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, | 2233 | * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, |
| 2223 | (Display-related features are described in a page of their own below.) | 2234 | (Display-related features are described in a page of their own below.) |