summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-07-19 11:39:39 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-07-19 11:39:39 +0000
commit2a7547632fa5694066dad7a661dd791b6d938a46 (patch)
tree4f6b8ad1e26533f5c4eacf62c4da4d2fbad51dcf /src/fileio.c
parentccfe8f572d9898c3d9d7aed57bdc6e2ea8458643 (diff)
downloademacs-2a7547632fa5694066dad7a661dd791b6d938a46.tar.gz
(syms_of_fileio): Remove redundant deprecation info.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fileio.c b/src/fileio.c
index eb447275ab9..31199ee971f 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -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.