comparison src/keyboard.c @ 100666:dab9cf44bf3f

In comments, write delete_frame instead of Fdelete_frame.
author Martin Rudalics <rudalics@gmx.at>
date Tue, 23 Dec 2008 07:28:06 +0000
parents c236484e9c94
children b660fb953e3d
comparison
equal deleted inserted replaced
100665:5bd9286fbc2a 100666:dab9cf44bf3f
7038 this process rather than to the whole process 7038 this process rather than to the whole process
7039 group? Perhaps on systems with FIONREAD Emacs is 7039 group? Perhaps on systems with FIONREAD Emacs is
7040 alone in its group. */ 7040 alone in its group. */
7041 kill (getpid (), SIGHUP); 7041 kill (getpid (), SIGHUP);
7042 7042
7043 /* XXX Is calling delete_terminal safe here? It calls Fdelete_frame. */ 7043 /* XXX Is calling delete_terminal safe here? It calls delete_frame. */
7044 { 7044 {
7045 Lisp_Object tmp; 7045 Lisp_Object tmp;
7046 XSETTERMINAL (tmp, t); 7046 XSETTERMINAL (tmp, t);
7047 Fdelete_terminal (tmp, Qnoelisp); 7047 Fdelete_terminal (tmp, Qnoelisp);
7048 } 7048 }