diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1996-11-19 04:59:23 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1996-11-19 04:59:23 +0000 |
commit | fbd6baedb5818026258ae813d298779d4d029bf1 (patch) | |
tree | b48b862a1f549f0a5d903fb6aad622e4ae80bfe9 /src/termhooks.h | |
parent | 0f7d64d24552f764c1a34a2d6087dee2eb92770e (diff) | |
download | emacs-fbd6baedb5818026258ae813d298779d4d029bf1.tar.gz |
Change identifiers of the form win32* to w32*.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r-- | src/termhooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 4787e245493..984c4284ec1 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -248,7 +248,7 @@ enum event_kind .timestamp gives a timestamp (in milliseconds) for the click. */ #ifdef WINDOWSNT - win32_scroll_bar_click, /* as for scroll_bar_click, but only generated + w32_scroll_bar_click, /* as for scroll_bar_click, but only generated by MS-Windows scroll bar controls. */ #endif selection_request_event, /* Another X client wants a selection from us. |