From: Glenn Morris Date: Wed, 15 Feb 2012 08:00:23 +0000 (-0800) Subject: * lisp/shell.el (shell-delimiter-argument-list): Revert 2011-02-17 change. X-Git-Tag: emacs-pretest-24.0.94~133^2~19 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13932042d304ae888790efddb4706446952e237c;p=emacs.git * lisp/shell.el (shell-delimiter-argument-list): Revert 2011-02-17 change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ec2cd2f038..ccb1394e3d5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-02-15 Glenn Morris + + * shell.el (shell-delimiter-argument-list): + Revert 2011-02-17 change. (Bug#8027) + 2012-02-15 Chong Yidong * custom.el (defcustom): Doc fix; note use of defvar. diff --git a/lisp/shell.el b/lisp/shell.el index e7a8953ecbe..b4b388655c8 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -153,13 +153,14 @@ This is a fine thing to set in your `.emacs' file." :type '(repeat (string :tag "Suffix")) :group 'shell) -(defcustom shell-delimiter-argument-list nil ; '(?\| ?& ?< ?> ?\( ?\) ?\;) +(defcustom shell-delimiter-argument-list '(?\| ?& ?< ?> ?\( ?\) ?\;) "List of characters to recognize as separate arguments. This variable is used to initialize `comint-delimiter-argument-list' in the shell buffer. The value may depend on the operating system or shell." :type '(choice (const nil) (repeat :tag "List of characters" character)) - :version "24.1" ; changed to nil (bug#8027) + ;; Reverted. +;; :version "24.1" ; changed to nil (bug#8027) :group 'shell) (defvar shell-file-name-chars