(syms_of_fileio) <directory-sep-char>: Warn that it is deprecated.
This commit is contained in:
parent
6f19e39819
commit
6d6ebdc1d8
1 changed files with 4 additions and 1 deletions
|
@ -5972,7 +5972,10 @@ nil means use format `var'. This variable is meaningful only on VMS.");
|
|||
The value should be either ?/ or ?\\ (any other value is treated as ?\\).\n\
|
||||
This variable affects the built-in functions only on Windows,\n\
|
||||
on other platforms, it is initialized so that Lisp code can find out\n\
|
||||
what the normal separator is.");
|
||||
what the normal separator is.\n\
|
||||
\n\
|
||||
WARNING: This variable is deprecated and will be removed in the near\n\
|
||||
future. DO NOT USE IT.");
|
||||
|
||||
DEFVAR_LISP ("file-name-handler-alist", &Vfile_name_handler_alist,
|
||||
"*Alist of elements (REGEXP . HANDLER) for file names handled specially.\n\
|
||||
|
|
Loading…
Add table
Reference in a new issue