emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fileio.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Fri, 19 Jul 2002 07:39:39 -0400

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.456 emacs/src/fileio.c:1.457
*** emacs/src/fileio.c:1.456    Tue Jul 16 15:48:17 2002
--- emacs/src/fileio.c  Fri Jul 19 07:39:39 2002
***************
*** 6329,6338 ****
  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.  */);
  
    DEFVAR_LISP ("file-name-handler-alist", &Vfile_name_handler_alist,
               doc: /* *Alist of elements (REGEXP . HANDLER) for file names 
handled specially.
--- 6329,6335 ----
  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.  */);
  
    DEFVAR_LISP ("file-name-handler-alist", &Vfile_name_handler_alist,
               doc: /* *Alist of elements (REGEXP . HANDLER) for file names 
handled specially.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]