diff options
| author | Richard M. Stallman | 2002-08-05 16:28:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-08-05 16:28:41 +0000 |
| commit | 2a51c0262a98a857525f40359cf6cab66315012a (patch) | |
| tree | c50e13f46009a53945f93408ae8626a58bf48531 /src | |
| parent | 13656d2e0c4525a23f5c626d81f64094e38ce196 (diff) | |
| download | emacs-2a51c0262a98a857525f40359cf6cab66315012a.tar.gz emacs-2a51c0262a98a857525f40359cf6cab66315012a.zip | |
Comment change.
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 7216fdadb4c..338fd65613f 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -8985,7 +8985,7 @@ x_create_toolkit_scroll_bar (f, bar) | |||
| 8985 | 8985 | ||
| 8986 | #endif /* !USE_MOTIF */ | 8986 | #endif /* !USE_MOTIF */ |
| 8987 | 8987 | ||
| 8988 | /* Install an action hook that let's us detect when the user | 8988 | /* Install an action hook that lets us detect when the user |
| 8989 | finishes interacting with a scroll bar. */ | 8989 | finishes interacting with a scroll bar. */ |
| 8990 | if (action_hook_id == 0) | 8990 | if (action_hook_id == 0) |
| 8991 | action_hook_id = XtAppAddActionHook (Xt_app_con, xt_action_hook, 0); | 8991 | action_hook_id = XtAppAddActionHook (Xt_app_con, xt_action_hook, 0); |