Mercurial > hg > xemacs-beta
comparison src/emacs.c @ 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 | 6728e641994e |
children | e7ee5f8bde58 |
comparison
equal
deleted
inserted
replaced
837:0490271de7d8 | 838:bf645ed7cfe3 |
---|---|
231 version 18.57 released late January, 1991. | 231 version 18.57 released late January, 1991. |
232 version 18.58 released ?????. | 232 version 18.58 released ?????. |
233 version 18.59 released October 31, 1992. | 233 version 18.59 released October 31, 1992. |
234 | 234 |
235 */ | 235 */ |
236 | 236 |
237 /* Note: It is necessary to specify <config.h> and not "config.h" in | 237 /* Note: It is necessary to specify <config.h> and not "config.h" in |
238 order for the --srcdir type of compilation to work properly. | 238 order for the --srcdir type of compilation to work properly. |
239 Otherwise the config.h from the srcdir, rather than the one from | 239 Otherwise the config.h from the srcdir, rather than the one from |
240 the build dir, will be used. */ | 240 the build dir, will be used. */ |
241 | 241 |