diff options
Diffstat (limited to 'lisp/shell.el')
| -rw-r--r-- | lisp/shell.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index c7ba64ecf4e..c8a8555d632 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -1000,8 +1000,6 @@ command again." | |||
| 1000 | (let ((pt (point)) | 1000 | (let ((pt (point)) |
| 1001 | (regexp | 1001 | (regexp |
| 1002 | (concat | 1002 | (concat |
| 1003 | ;; comint-process-echoes is the thing that breaks the | ||
| 1004 | ;; throbber | ||
| 1005 | (if comint-process-echoes | 1003 | (if comint-process-echoes |
| 1006 | ;; Skip command echo if the process echoes | 1004 | ;; Skip command echo if the process echoes |
| 1007 | (concat "\\(" (regexp-quote shell-dirstack-query) "\n\\)") | 1005 | (concat "\\(" (regexp-quote shell-dirstack-query) "\n\\)") |