aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorPaul Eggert2012-01-14 22:41:53 -0800
committerPaul Eggert2012-01-14 22:41:53 -0800
commit807f82fcebc7d946baa23f1d29ff5b0cf336f08e (patch)
treefa41cebf5b9c6d3bb6a22517a7002fe3a398588f /src/keyboard.c
parent35cf62d95cdcd5323dcea4a5385942c342ff1d9c (diff)
parent861df977526140af8147bef4950e8863655c203d (diff)
downloademacs-807f82fcebc7d946baa23f1d29ff5b0cf336f08e.tar.gz
emacs-807f82fcebc7d946baa23f1d29ff5b0cf336f08e.zip
Merge from trunk.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 177034f91ca..da15f663a0d 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -2237,8 +2237,8 @@ do { if (polling_stopped_here) start_polling (); \
2237 polling_stopped_here = 0; } while (0) 2237 polling_stopped_here = 0; } while (0)
2238 2238
2239/* read a character from the keyboard; call the redisplay if needed */ 2239/* read a character from the keyboard; call the redisplay if needed */
2240/* commandflag 0 means do not do auto-saving, but do do redisplay. 2240/* commandflag 0 means do not autosave, but do redisplay.
2241 -1 means do not do redisplay, but do do autosaving. 2241 -1 means do not redisplay, but do autosave.
2242 1 means do both. */ 2242 1 means do both. */
2243 2243
2244/* The arguments MAPS and NMAPS are for menu prompting. 2244/* 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 ptrdiff_t textpos = -1; 5139 ptrdiff_t textpos = -1;