Mercurial > emacs
changeset 6239:31e12709b654
Comment fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 07 Mar 1994 20:21:56 +0000 |
parents | fab2ffdf64d5 |
children | 5ce2192f76e1 |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))