emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/term.c,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/term.c,v
Date: Mon, 10 Sep 2007 21:25:33 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/09/10 21:25:33

Index: term.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/term.c,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -b -r1.197 -r1.198
--- term.c      7 Sep 2007 03:56:25 -0000       1.197
+++ term.c      10 Sep 2007 21:25:32 -0000      1.198
@@ -3039,6 +3039,7 @@
 }
 
 
+/* Reset the hooks in TERMINAL.  */
 
 static void
 clear_tty_hooks (struct terminal *terminal)
@@ -3076,6 +3077,8 @@
   terminal->delete_terminal_hook = &delete_tty;
 }
 
+/* Initialize hooks in TERMINAL with the values needed for a tty.  */
+
 static void
 set_tty_hooks (struct terminal *terminal)
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]