* src/inotify.c (syms_of_inotify) <Qignored>: Don't define here...
* src/coding.c (syms_of_coding) <Qignored>: ...define it here,
because it is needed also on platforms that don't compile
inotify.c.
symbol as a coding system. */
DEFSYM (Qcoding_system_define_form, "coding-system-define-form");
+ DEFSYM (Qignored, "ignored");
+
defsubr (&Scoding_system_p);
defsubr (&Sread_coding_system);
defsubr (&Sread_non_nil_coding_system);
DEFSYM (Qdont_follow, "dont-follow"); /* IN_DONT_FOLLOW */
DEFSYM (Qonlydir, "onlydir"); /* IN_ONLYDIR */
+#if 0
+ /* Defined in coding.c, which uses it on all platforms. */
DEFSYM (Qignored, "ignored"); /* IN_IGNORED */
+#endif
DEFSYM (Qisdir, "isdir"); /* IN_ISDIR */
DEFSYM (Qq_overflow, "q-overflow"); /* IN_Q_OVERFLOW */
DEFSYM (Qunmount, "unmount"); /* IN_UNMOUNT */