diff options
| author | Richard M. Stallman | 1993-04-07 20:04:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-04-07 20:04:50 +0000 |
| commit | 987d2ad1db25661c24db082824d1b5d140d6da84 (patch) | |
| tree | c0a1172800cd824abdb22bb185c88eac103e4abf /src | |
| parent | e0446ff70d421c7d8450806ce4bc537e90127503 (diff) | |
| download | emacs-987d2ad1db25661c24db082824d1b5d140d6da84.tar.gz emacs-987d2ad1db25661c24db082824d1b5d140d6da84.zip | |
Fix typo in comment delimiter.
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 e0eff77dfb6..84ea74b6118 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -159,7 +159,7 @@ Display *x_current_display; | |||
| 159 | /* The cursor to use for vertical scroll bars on x_current_display. */ | 159 | /* The cursor to use for vertical scroll bars on x_current_display. */ |
| 160 | static Cursor x_vertical_scroll_bar_cursor; | 160 | static Cursor x_vertical_scroll_bar_cursor; |
| 161 | 161 | ||
| 162 | /* Frame being updated by update_frame. This is declared in term.c. */ | 162 | /* Frame being updated by update_frame. This is declared in term.c. |
| 163 | This is set by update_begin and looked at by all the | 163 | This is set by update_begin and looked at by all the |
| 164 | XT functions. It is zero while not inside an update. | 164 | XT functions. It is zero while not inside an update. |
| 165 | In that case, the XT functions assume that `selected_frame' | 165 | In that case, the XT functions assume that `selected_frame' |