emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/shell.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/shell.el
Date: Fri, 31 Jan 2003 10:18:17 -0500

Index: emacs/lisp/shell.el
diff -c emacs/lisp/shell.el:1.117 emacs/lisp/shell.el:1.118
*** emacs/lisp/shell.el:1.117   Thu Oct 31 18:37:15 2002
--- emacs/lisp/shell.el Fri Jan 31 10:18:17 2003
***************
*** 165,171 ****
  This is a fine thing to set in your `.emacs' file.")
  
  (defvar shell-file-name-chars
!   (if (memq system-type '(ms-dos windows-nt))
        "~/A-Za-z0-9_^$!#%&address@hidden'.,:()-"
      "~/A-Za-z0-9+@:_.$#%,={}-")
    "String of characters valid in a file name.
--- 165,171 ----
  This is a fine thing to set in your `.emacs' file.")
  
  (defvar shell-file-name-chars
!   (if (memq system-type '(ms-dos windows-nt cygwin))
        "~/A-Za-z0-9_^$!#%&address@hidden'.,:()-"
      "~/A-Za-z0-9+@:_.$#%,={}-")
    "String of characters valid in a file name.




reply via email to

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