mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(shell-delimiter-argument-list): Now has chars, not strings.
This commit is contained in:
parent
3f4b7c3602
commit
56eb10608f
1 changed files with 3 additions and 4 deletions
|
|
@ -153,11 +153,10 @@ on lines which don't start with a prompt.
|
|||
|
||||
This is a fine thing to set in your `.emacs' file.")
|
||||
|
||||
(defvar shell-delimiter-argument-list '("|" "&" "<" ">" "(" ")" ";")
|
||||
(defvar shell-delimiter-argument-list '(?\| ?& ?< ?> ?\( ?\) ?\;)
|
||||
"List of characters to recognise as separate arguments.
|
||||
Defaults to \(\"|\" \"&\" \"\(\" \")\" \";\"), which works pretty well.
|
||||
This variable is used to initialise `comint-delimiter-argument-list' in the
|
||||
shell buffer.
|
||||
This variable is used to initialize `comint-delimiter-argument-list' in the
|
||||
shell buffer. The default is (?\\| ?& ?< ?> ?\\( ?\\) ?\\;).
|
||||
|
||||
This is a fine thing to set in your `.emacs' file.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue