diff options
| author | Karoly Lorentey | 2006-05-10 15:04:01 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-05-10 15:04:01 +0000 |
| commit | 8dadeb1e1f78c7be07db5ae78aa9eed58d272a4e (patch) | |
| tree | 6262988e87d6b347a8c90fcc3c5b49f9bb5b36e1 /src/termhooks.h | |
| parent | f6cf85ac95e469835a2643024f995b471a4c5d52 (diff) | |
| parent | 9a4d87c8d5f4503d67d5155eae6d543cc31f86d0 (diff) | |
| download | emacs-8dadeb1e1f78c7be07db5ae78aa9eed58d272a4e.tar.gz emacs-8dadeb1e1f78c7be07db5ae78aa9eed58d272a4e.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-266
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-267
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-268
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-269
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-270
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-271
Rename "field-at-point" to "field-at-pos"
* emacs@sv.gnu.org/emacs--devo--0--patch-272
(comint-insert-input): Remove redundant calls to setq and goto-char
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-556
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 13b41f95f70..8937a709f85 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -183,9 +183,9 @@ enum event_kind | |||
| 183 | /* Generated when an Apple event, a HICommand event, or a Services | 183 | /* Generated when an Apple event, a HICommand event, or a Services |
| 184 | menu event is received and the corresponding handler is | 184 | menu event is received and the corresponding handler is |
| 185 | registered. Members `x' and `y' are for the event class and ID | 185 | registered. Members `x' and `y' are for the event class and ID |
| 186 | symbols, respectively. Member `code' points to the Apple event | 186 | symbols, respectively. Member `arg' is a Lisp object converted |
| 187 | descriptor. Parameters for Non-Apple events are converted to | 187 | from the received Apple event. Parameters for non-Apple events |
| 188 | those in Apple events. */ | 188 | are converted to those in Apple events. */ |
| 189 | MAC_APPLE_EVENT | 189 | MAC_APPLE_EVENT |
| 190 | #endif | 190 | #endif |
| 191 | }; | 191 | }; |