]> code.delx.au - gnu-emacs/blobdiff - src/terminal.c
* src/keyboard.c: Move keyboard decoding to read_key_sequence.
[gnu-emacs] / src / terminal.c
index 5e1f1ff77f75a36ff4baf991e9dd12a6057992cc..c99c39c64ae013409c342958b01dc56915008f3a 100644 (file)
@@ -280,7 +280,7 @@ delete_terminal (struct terminal *terminal)
   xfree (terminal->name);
   terminal->name = NULL;
 
-  /* Check for live frames that are still on this terminal. */
+  /* Check for live frames that are still on this terminal.  */
   FOR_EACH_FRAME (tail, frame)
     {
       struct frame *f = XFRAME (frame);