diff options
| author | Juanma Barranquero | 2002-07-03 12:01:24 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-03 12:01:24 +0000 |
| commit | 4696802bdef9a81448d55c4f631785b02fe18ba0 (patch) | |
| tree | bc1cf03c125ea51e002c9a5b8330c5af9f00f196 /src | |
| parent | 443e60bfd4b4728340e545da411bb5e4fe6e9166 (diff) | |
| download | emacs-4696802bdef9a81448d55c4f631785b02fe18ba0.tar.gz emacs-4696802bdef9a81448d55c4f631785b02fe18ba0.zip | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index e6b95725583..1a3b52473a2 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -8603,7 +8603,7 @@ x_scroll_bar_to_input_event (event, ievent) | |||
| 8603 | 8603 | ||
| 8604 | /* Scroll bar callback for Motif scroll bars. WIDGET is the scroll | 8604 | /* Scroll bar callback for Motif scroll bars. WIDGET is the scroll |
| 8605 | bar widget. CLIENT_DATA is a pointer to the scroll_bar structure. | 8605 | bar widget. CLIENT_DATA is a pointer to the scroll_bar structure. |
| 8606 | CALL_DATA is a pointer a a XmScrollBarCallbackStruct. */ | 8606 | CALL_DATA is a pointer to a XmScrollBarCallbackStruct. */ |
| 8607 | 8607 | ||
| 8608 | static void | 8608 | static void |
| 8609 | xm_scroll_callback (widget, client_data, call_data) | 8609 | xm_scroll_callback (widget, client_data, call_data) |