diff options
| author | Eli Zaretskii | 2001-03-29 15:05:05 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-29 15:05:05 +0000 |
| commit | 6d6ebdc1d86c561a9a5c2763e92b7dc248a2b4b6 (patch) | |
| tree | a24385a7b31faa9f45042901a5ec6d3c6aba6eb8 /src | |
| parent | 6f19e398194124bcac02911dcd71b1054f9560c4 (diff) | |
| download | emacs-6d6ebdc1d86c561a9a5c2763e92b7dc248a2b4b6.tar.gz emacs-6d6ebdc1d86c561a9a5c2763e92b7dc248a2b4b6.zip | |
(syms_of_fileio) <directory-sep-char>: Warn that it is deprecated.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index fb40e549710..26853a83c25 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -5972,7 +5972,10 @@ nil means use format `var'. This variable is meaningful only on VMS."); | |||
| 5972 | The value should be either ?/ or ?\\ (any other value is treated as ?\\).\n\ | 5972 | The value should be either ?/ or ?\\ (any other value is treated as ?\\).\n\ |
| 5973 | This variable affects the built-in functions only on Windows,\n\ | 5973 | This variable affects the built-in functions only on Windows,\n\ |
| 5974 | on other platforms, it is initialized so that Lisp code can find out\n\ | 5974 | on other platforms, it is initialized so that Lisp code can find out\n\ |
| 5975 | what the normal separator is."); | 5975 | what the normal separator is.\n\ |
| 5976 | \n\ | ||
| 5977 | WARNING: This variable is deprecated and will be removed in the near\n\ | ||
| 5978 | future. DO NOT USE IT."); | ||
| 5976 | 5979 | ||
| 5977 | DEFVAR_LISP ("file-name-handler-alist", &Vfile_name_handler_alist, | 5980 | DEFVAR_LISP ("file-name-handler-alist", &Vfile_name_handler_alist, |
| 5978 | "*Alist of elements (REGEXP . HANDLER) for file names handled specially.\n\ | 5981 | "*Alist of elements (REGEXP . HANDLER) for file names handled specially.\n\ |