diff options
Diffstat (limited to 'lisp/shell.el')
| -rw-r--r-- | lisp/shell.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index 6b22ac79238..6a145ae1569 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -423,7 +423,8 @@ buffer." | |||
| 423 | (setq comint-delimiter-argument-list shell-delimiter-argument-list) | 423 | (setq comint-delimiter-argument-list shell-delimiter-argument-list) |
| 424 | (setq comint-file-name-chars shell-file-name-chars) | 424 | (setq comint-file-name-chars shell-file-name-chars) |
| 425 | (setq comint-file-name-quote-list shell-file-name-quote-list) | 425 | (setq comint-file-name-quote-list shell-file-name-quote-list) |
| 426 | (setq comint-dynamic-complete-functions shell-dynamic-complete-functions) | 426 | (set (make-local-variable 'comint-dynamic-complete-functions) |
| 427 | shell-dynamic-complete-functions) | ||
| 427 | (set (make-local-variable 'paragraph-separate) "\\'") | 428 | (set (make-local-variable 'paragraph-separate) "\\'") |
| 428 | (make-local-variable 'paragraph-start) | 429 | (make-local-variable 'paragraph-start) |
| 429 | (setq paragraph-start comint-prompt-regexp) | 430 | (setq paragraph-start comint-prompt-regexp) |