aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorJoakim Verona2015-01-11 20:20:37 +0100
committerJoakim Verona2015-01-11 20:20:37 +0100
commita1124bc117e41019de49c82d13d1a72a50df977d (patch)
treebffc058cfdda5db2b39b10910980db234097da9c /src/keyboard.c
parentcc7cb20d6abc0f862e5513b24831bba0eaecaa5f (diff)
downloademacs-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.c3
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");