emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107292: * lisp/shell.el (shell-delim


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107292: * lisp/shell.el (shell-delimiter-argument-list): Revert 2011-02-17 change.
Date: Wed, 15 Feb 2012 00:00:23 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107292
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-02-15 00:00:23 -0800
message:
  * lisp/shell.el (shell-delimiter-argument-list): Revert 2011-02-17 change.
modified:
  lisp/ChangeLog
  lisp/shell.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-02-15 04:00:34 +0000
+++ b/lisp/ChangeLog    2012-02-15 08:00:23 +0000
@@ -1,3 +1,8 @@
+2012-02-15  Glenn Morris  <address@hidden>
+
+       * shell.el (shell-delimiter-argument-list):
+       Revert 2011-02-17 change.  (Bug#8027)
+
 2012-02-15  Chong Yidong  <address@hidden>
 
        * custom.el (defcustom): Doc fix; note use of defvar.

=== modified file 'lisp/shell.el'
--- a/lisp/shell.el     2012-01-19 07:21:25 +0000
+++ b/lisp/shell.el     2012-02-15 08:00:23 +0000
@@ -153,13 +153,14 @@
   :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


reply via email to

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