comparison src/config.h.in @ 838:bf645ed7cfe3

[xemacs-hg @ 2002-05-14 09:28:06 by ben] revert-buffer, others files.el: Andy's patch from 21.4. Fix evil nasty problems with revert-buffer. menubar-items.el: Add Append to Register to Rectangles/Register menu. config.h.in, font-lock.c: Reenable font-lock code since it's used by mouse.el. The flag for this exists in config.h.in but not currently controllable through configure.
author ben
date Tue, 14 May 2002 09:28:14 +0000
parents a5954632b187
children e7ee5f8bde58
comparison
equal deleted inserted replaced
837:0490271de7d8 838:bf645ed7cfe3
939 939
940 #undef PDUMP 940 #undef PDUMP
941 941
942 #endif /* WIN32_NO_CONFIGURE */ 942 #endif /* WIN32_NO_CONFIGURE */
943 943
944 /* For the moment, we go ahead and keep this, since it's used in mouse.el.
945 #### font-lock does its own version using parse-partial-sexp. We should
946 merge the two. */
947 #define USE_C_FONT_LOCK
948
944 #if defined (WIN32_NATIVE) || defined (CYGWIN) 949 #if defined (WIN32_NATIVE) || defined (CYGWIN)
945 # define HAVE_WIN32_CODING_SYSTEMS 950 # define HAVE_WIN32_CODING_SYSTEMS
946 #endif 951 #endif
947 952
948 #ifdef ERROR_CHECK_ALL 953 #ifdef ERROR_CHECK_ALL