From: Eli Zaretskii Date: Thu, 29 Mar 2001 15:05:05 +0000 (+0000) Subject: (syms_of_fileio) : Warn that it is deprecated. X-Git-Tag: emacs-pretest-21.0.101~113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d6ebdc1d86c561a9a5c2763e92b7dc248a2b4b6;p=emacs.git (syms_of_fileio) : Warn that it is deprecated. --- 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\