diff options
| author | Joakim Verona | 2015-01-11 20:20:37 +0100 |
|---|---|---|
| committer | Joakim Verona | 2015-01-11 20:20:37 +0100 |
| commit | a1124bc117e41019de49c82d13d1a72a50df977d (patch) | |
| tree | bffc058cfdda5db2b39b10910980db234097da9c /src/keyboard.c | |
| parent | cc7cb20d6abc0f862e5513b24831bba0eaecaa5f (diff) | |
| download | emacs-a1124bc117e41019de49c82d13d1a72a50df977d.tar.gz emacs-a1124bc117e41019de49c82d13d1a72a50df977d.zip | |
Update to new DEFSYM strategy
Update to new DEFSYM strategy which was slightly tricky.
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 86c840d052a..6afbd5d5fb8 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -11102,8 +11102,7 @@ syms_of_keyboard (void) | |||
| 11102 | #endif | 11102 | #endif |
| 11103 | 11103 | ||
| 11104 | #ifdef HAVE_XWIDGETS | 11104 | #ifdef HAVE_XWIDGETS |
| 11105 | Qxwidget_event = intern ("xwidget-event"); | 11105 | DEFSYM (Qxwidget_event,"xwidget-event"); |
| 11106 | staticpro (&Qxwidget_event); | ||
| 11107 | #endif /* HAVE_XWIDGETS */ | 11106 | #endif /* HAVE_XWIDGETS */ |
| 11108 | #ifdef USE_FILE_NOTIFY | 11107 | #ifdef USE_FILE_NOTIFY |
| 11109 | DEFSYM (Qfile_notify, "file-notify"); | 11108 | DEFSYM (Qfile_notify, "file-notify"); |