aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 2df1ba742ba..c304439f272 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1,6 +1,6 @@
1/* Keyboard and mouse input; editor command loop. 1/* Keyboard and mouse input; editor command loop.
2 2
3Copyright (C) 1985-1989, 1993-1997, 1999-2011 Free Software Foundation, Inc. 3Copyright (C) 1985-1989, 1993-1997, 1999-2012 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -2239,8 +2239,8 @@ do { if (polling_stopped_here) start_polling (); \
2239 polling_stopped_here = 0; } while (0) 2239 polling_stopped_here = 0; } while (0)
2240 2240
2241/* read a character from the keyboard; call the redisplay if needed */ 2241/* read a character from the keyboard; call the redisplay if needed */
2242/* commandflag 0 means do not do auto-saving, but do do redisplay. 2242/* commandflag 0 means do not autosave, but do redisplay.
2243 -1 means do not do redisplay, but do do autosaving. 2243 -1 means do not redisplay, but do autosave.
2244 1 means do both. */ 2244 1 means do both. */
2245 2245
2246/* The arguments MAPS and NMAPS are for menu prompting. 2246/* The arguments MAPS and NMAPS are for menu prompting.
@@ -5133,7 +5133,7 @@ make_lispy_position (struct frame *f, Lisp_Object x, Lisp_Object y,
5133 5133
5134 if (WINDOWP (window)) 5134 if (WINDOWP (window))
5135 { 5135 {
5136 /* It's a click in window window at frame coordinates (x,y) */ 5136 /* It's a click in window WINDOW at frame coordinates (X,Y) */
5137 struct window *w = XWINDOW (window); 5137 struct window *w = XWINDOW (window);
5138 Lisp_Object string_info = Qnil; 5138 Lisp_Object string_info = Qnil;
5139 EMACS_INT textpos = -1; 5139 EMACS_INT textpos = -1;