diff options
| -rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index b0135faf980..45325e7e4db 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -1043,7 +1043,7 @@ We assume whitespace separates arguments, except within quotes. | |||
| 1043 | Also, a run of one or more of a single character | 1043 | Also, a run of one or more of a single character |
| 1044 | in `comint-delimiter-argument-list' is a separate argument. | 1044 | in `comint-delimiter-argument-list' is a separate argument. |
| 1045 | Argument 0 is the command name." | 1045 | Argument 0 is the command name." |
| 1046 | (let ((argpart "[^ \"'`]+\\|\\(\"[^\"]*\"\\|'[^']*'\\|`[^`]*`\\)") | 1046 | (let ((argpart "[^ \n\t\"'`]+\\|\\(\"[^\"]*\"\\|'[^']*'\\|`[^`]*`\\)") |
| 1047 | (args ()) (pos 0) | 1047 | (args ()) (pos 0) |
| 1048 | (count 0) | 1048 | (count 0) |
| 1049 | beg str value quotes) | 1049 | beg str value quotes) |