[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/term.c,v
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/term.c,v |
Date: |
Wed, 30 May 2007 19:28:11 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Richard M. Stallman <rms> 07/05/30 19:28:11
Index: term.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/term.c,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -b -r1.181 -r1.182
--- term.c 30 May 2007 05:19:55 -0000 1.181
+++ term.c 30 May 2007 19:28:11 -0000 1.182
@@ -2382,7 +2382,8 @@
***********************************************************************/
#ifdef HAVE_GPM
-void term_mouse_moveto (int x, int y)
+void
+term_mouse_moveto (int x, int y)
{
const char *name;
int fd;
- [Emacs-diffs] Changes to emacs/src/term.c,v, Nick Roberts, 2007/05/19
- [Emacs-diffs] Changes to emacs/src/term.c,v, Nick Roberts, 2007/05/20
- [Emacs-diffs] Changes to emacs/src/term.c,v, Dan Nicolaescu, 2007/05/26
- [Emacs-diffs] Changes to emacs/src/term.c,v, Nick Roberts, 2007/05/30
- [Emacs-diffs] Changes to emacs/src/term.c,v,
Richard M. Stallman <=