Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/config.h.in Tue May 14 05:30:36 2002 +0000 +++ b/src/config.h.in Tue May 14 09:28:14 2002 +0000 @@ -941,6 +941,11 @@ #endif /* WIN32_NO_CONFIGURE */ +/* For the moment, we go ahead and keep this, since it's used in mouse.el. + #### font-lock does its own version using parse-partial-sexp. We should + merge the two. */ +#define USE_C_FONT_LOCK + #if defined (WIN32_NATIVE) || defined (CYGWIN) # define HAVE_WIN32_CODING_SYSTEMS #endif