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: Sun, 03 Jul 2005 22:28:55 -0400

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.




reply via email to

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