# HG changeset patch # User Karl Heuer # Date 763071716 0 # Node ID 31e12709b654d8e4a5da6e37caf2b7ecd2c48f1b # Parent fab2ffdf64d5d00c9ab2a6dcda84c9dac89b9ce0 Comment fix. diff -r fab2ffdf64d5 -r 31e12709b654 lisp/comint.el --- a/lisp/comint.el Mon Mar 07 20:13:50 1994 +0000 +++ b/lisp/comint.el Mon Mar 07 20:21:56 1994 +0000 @@ -1318,7 +1318,7 @@ ;; may clear quit-flag itself and return C-g. That would make ;; it impossible to quit this loop in a simple way, so ;; re-enable it here (for backward-compatibility the check for - ;; quit-flag below would still be necessary, so this is seems + ;; quit-flag below would still be necessary, so this seems ;; like the simplest way to do things). (setq quit-flag t done t))