comparison src/fileio.c @ 37063:98458fd6ac46

(syms_of_fileio) <directory-sep-char>: Warn that it is deprecated.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 29 Mar 2001 15:05:05 +0000
parents ca1461008b2c
children 80082652ed9f
comparison
equal deleted inserted replaced
37062:3e8707a64e46 37063:98458fd6ac46
5970 DEFVAR_LISP ("directory-sep-char", &Vdirectory_sep_char, 5970 DEFVAR_LISP ("directory-sep-char", &Vdirectory_sep_char,
5971 "Directory separator character for built-in functions that return file names.\n\ 5971 "Directory separator character for built-in functions that return file names.\n\
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\
5979 If a file name matches REGEXP, then all I/O on that file is done by calling\n\ 5982 If a file name matches REGEXP, then all I/O on that file is done by calling\n\
5980 HANDLER.\n\ 5983 HANDLER.\n\