]> code.delx.au - gnu-emacs/commitdiff
(syms_of_fileio): Remove redundant deprecation info.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jul 2002 11:39:39 +0000 (11:39 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jul 2002 11:39:39 +0000 (11:39 +0000)
src/fileio.c

index eb447275ab9d0313a4a3d63f493852bc10462d07..31199ee971f6dbc9be34c5ccb049b51fb5a3d9de 100644 (file)
@@ -6329,10 +6329,7 @@ nil means use format `var'.  This variable is meaningful only on VMS.  */);
 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.