diff options
| author | Karl Heuer | 1994-03-07 20:21:56 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-07 20:21:56 +0000 |
| commit | acdf173af7cb390d26ecdf7b469300025eaacf10 (patch) | |
| tree | bd827c960941061971ca5303d6aefd0dcc0b19c7 | |
| parent | e886137a18e3447da913136ccd1d96d5ce5e45d0 (diff) | |
| download | emacs-acdf173af7cb390d26ecdf7b469300025eaacf10.tar.gz emacs-acdf173af7cb390d26ecdf7b469300025eaacf10.zip | |
Comment fix.
| -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)) |