aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2001-03-29 15:05:05 +0000
committerEli Zaretskii2001-03-29 15:05:05 +0000
commit6d6ebdc1d86c561a9a5c2763e92b7dc248a2b4b6 (patch)
treea24385a7b31faa9f45042901a5ec6d3c6aba6eb8 /src
parent6f19e398194124bcac02911dcd71b1054f9560c4 (diff)
downloademacs-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.c5
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.");
5972The value should be either ?/ or ?\\ (any other value is treated as ?\\).\n\ 5972The value should be either ?/ or ?\\ (any other value is treated as ?\\).\n\
5973This variable affects the built-in functions only on Windows,\n\ 5973This variable affects the built-in functions only on Windows,\n\
5974on other platforms, it is initialized so that Lisp code can find out\n\ 5974on other platforms, it is initialized so that Lisp code can find out\n\
5975what the normal separator is."); 5975what the normal separator is.\n\
5976\n\
5977WARNING: This variable is deprecated and will be removed in the near\n\
5978future. 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\