comparison src/emacs.c @ 26404:c3c9cc1c2379

Remove USE_TEXT_PROPERTIES.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 11 Nov 1999 11:45:06 +0000
parents 45f2d2b5f0d7
children b7438760079b
comparison
equal deleted inserted replaced
26403:03830fdf5186 26404:c3c9cc1c2379
1252 syms_of_undo (); 1252 syms_of_undo ();
1253 #ifdef HAVE_SOUND 1253 #ifdef HAVE_SOUND
1254 syms_of_sound (); 1254 syms_of_sound ();
1255 #endif 1255 #endif
1256 1256
1257 /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */
1258 syms_of_textprop (); 1257 syms_of_textprop ();
1259 #ifdef VMS 1258 #ifdef VMS
1260 syms_of_vmsproc (); 1259 syms_of_vmsproc ();
1261 #endif /* VMS */ 1260 #endif /* VMS */
1262 #ifdef WINDOWSNT 1261 #ifdef WINDOWSNT