From 6d6ebdc1d86c561a9a5c2763e92b7dc248a2b4b6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 29 Mar 2001 15:05:05 +0000 Subject: [PATCH] (syms_of_fileio) : Warn that it is deprecated. --- src/fileio.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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."); 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\ -- 2.39.2