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 f37cfc76262..0231cc6a9d5 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -1318,7 +1318,7 @@ applications." | |||
| 1318 | ;; may clear quit-flag itself and return C-g. That would make | 1318 | ;; may clear quit-flag itself and return C-g. That would make |
| 1319 | ;; it impossible to quit this loop in a simple way, so | 1319 | ;; it impossible to quit this loop in a simple way, so |
| 1320 | ;; re-enable it here (for backward-compatibility the check for | 1320 | ;; re-enable it here (for backward-compatibility the check for |
| 1321 | ;; quit-flag below would still be necessary, so this is seems | 1321 | ;; quit-flag below would still be necessary, so this seems |
| 1322 | ;; like the simplest way to do things). | 1322 | ;; like the simplest way to do things). |
| 1323 | (setq quit-flag t | 1323 | (setq quit-flag t |
| 1324 | done t)) | 1324 | done t)) |