Index: emacs/lisp/shell.el
diff -c emacs/lisp/shell.el:1.128 emacs/lisp/shell.el:1.129
*** emacs/lisp/shell.el:1.128   Thu Jun 16 16:10:43 2005
--- emacs/lisp/shell.el Mon Jul  4 02:28:54 2005
***************
*** 108,123 ****
  ;;; Customization and Buffer Variables
  
  (defgroup shell nil
!   "Running shell from within Emacs buffers"
    :group 'processes
    :group 'unix)
  
  (defgroup shell-directories nil
!   "Directory support in shell mode"
    :group 'shell)
  
  (defgroup shell-faces nil
!   "Faces in shell buffers"
    :group 'shell)
  
  ;;;###autoload
--- 108,123 ----
  ;;; Customization and Buffer Variables
  
  (defgroup shell nil
!   "Running shell from within Emacs buffers."
    :group 'processes
    :group 'unix)
  
  (defgroup shell-directories nil
!   "Directory support in shell mode."
    :group 'shell)
  
  (defgroup shell-faces nil
!   "Faces in shell buffers."
    :group 'shell)
  
  ;;;###autoload
***************
*** 178,184 ****
  (defvar shell-file-name-quote-list
    (if (memq system-type '(ms-dos windows-nt))
        nil
!     (append shell-delimiter-argument-list '(?\  ?\* ?\! ?\" ?\' ?\` ?\# ?\\)))
    "List of characters to quote when in a file name.
  This variable is used to initialize `comint-file-name-quote-list' in the
  shell buffer.  The value may depend on the operating system or shell.
--- 178,184 ----
  (defvar shell-file-name-quote-list
    (if (memq system-type '(ms-dos windows-nt))
        nil
!     (append shell-delimiter-argument-list '(?\s ?\* ?\! ?\" ?\' ?\` ?\# ?\\)))
    "List of characters to quote when in a file name.
  This variable is used to initialize `comint-file-name-quote-list' in the
  shell buffer.  The value may depend on the operating system or shell.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to