Mercurial > emacs
changeset 46539:b95625933c8f
(syms_of_fileio): Remove redundant deprecation info.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 19 Jul 2002 11:39:39 +0000 |
parents | f9195cae859a |
children | 018d4ae67d41 |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Fri Jul 19 11:38:35 2002 +0000 +++ b/src/fileio.c Fri Jul 19 11:39:39 2002 +0000 @@ -6329,10 +6329,7 @@ The value should be either ?/ or ?\\ (any other value is treated as ?\\). This variable affects the built-in functions only on Windows, on other platforms, it is initialized so that Lisp code can find out -what the normal separator is. - -WARNING: This variable is deprecated and will be removed in the near -future. DO NOT USE IT. */); +what the normal separator is. */); DEFVAR_LISP ("file-name-handler-alist", &Vfile_name_handler_alist, doc: /* *Alist of elements (REGEXP . HANDLER) for file names handled specially.