aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorMiles Bader2007-05-25 02:47:22 +0000
committerMiles Bader2007-05-25 02:47:22 +0000
commit98db66cac2e07862a43014b57ebcc2f0fbfc07e6 (patch)
treef1ef3d994208c3c102c40454971e195fda91b42f /src/keyboard.c
parent24236bd83e64a3cfa96f01af3b2a925dd234612d (diff)
parent5dfdf72f7aee102988a98447de9d19523af50055 (diff)
downloademacs-98db66cac2e07862a43014b57ebcc2f0fbfc07e6.tar.gz
emacs-98db66cac2e07862a43014b57ebcc2f0fbfc07e6.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 765-770) - Update from CVS - Merge from emacs--rel--22 - Merge from gnus--rel--5.10 * emacs--rel--22 (patch 24-25) * gnus--rel--5.10 (patch 222-223) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-16
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 4658fdcca51..576afd29843 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -6189,7 +6189,7 @@ make_lispy_event (event)
6189 } 6189 }
6190} 6190}
6191 6191
6192#ifdef HAVE_MOUSE 6192#if defined(HAVE_MOUSE) || defined(HAVE_GPM)
6193 6193
6194static Lisp_Object 6194static Lisp_Object
6195make_lispy_movement (frame, bar_window, part, x, y, time) 6195make_lispy_movement (frame, bar_window, part, x, y, time)
@@ -6228,7 +6228,7 @@ make_lispy_movement (frame, bar_window, part, x, y, time)
6228 } 6228 }
6229} 6229}
6230 6230
6231#endif /* HAVE_MOUSE */ 6231#endif /* HAVE_MOUSE || HAVE GPM */
6232 6232
6233/* Construct a switch frame event. */ 6233/* Construct a switch frame event. */
6234static Lisp_Object 6234static Lisp_Object