diff options
| author | Kenichi Handa | 2012-01-21 20:36:42 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-01-21 20:36:42 +0900 |
| commit | 678fb7066698ebfe3aecba722294025ed26da01b (patch) | |
| tree | 951ac3055141d950974051d13c10e5d7c6a98e31 /src/keyboard.c | |
| parent | 71784361eb381ec2b12bd8283724a7addec49079 (diff) | |
| parent | 959ad23fb9020a121c4520946835e9f0aeb9bcb2 (diff) | |
| download | emacs-678fb7066698ebfe3aecba722294025ed26da01b.tar.gz emacs-678fb7066698ebfe3aecba722294025ed26da01b.zip | |
merge trunk
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 8 |
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 | ||
| 3 | Copyright (C) 1985-1989, 1993-1997, 1999-2011 Free Software Foundation, Inc. | 3 | Copyright (C) 1985-1989, 1993-1997, 1999-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This 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; |