Mercurial > emacs
changeset 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 | 3e8707a64e46 |
children | 428092eb22d4 |
files | src/fileio.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Thu Mar 29 14:26:20 2001 +0000 +++ b/src/fileio.c Thu Mar 29 15:05:05 2001 +0000 @@ -5972,7 +5972,10 @@ 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\