Mercurial > hg > xemacs-beta
diff src/buffer.c @ 580:55e998c311f5
[xemacs-hg @ 2001-05-26 12:24:50 by ben]
buffer.c, data.c: move text-conversion-error into data.c, along with other errors.
xemacs.mak: fix use of targets so that config.h doesn't end up being passed
to the C compiler as an input file; that creates warnings.
put back config.inc into depend-file targets; removed previously
in a wrong attempt to fix this same problem.
configure.in: rewrite warning output so that it doesn't happen by default --
you should only get warnings when something is actively wrong,
not just because a feature is not present.
author | ben |
---|---|
date | Sat, 26 May 2001 12:24:55 +0000 |
parents | 001628b7a5b3 |
children | af57a77cbc92 |
line wrap: on
line diff
--- a/src/buffer.c Sat May 26 06:11:08 2001 +0000 +++ b/src/buffer.c Sat May 26 12:24:55 2001 +0000 @@ -93,8 +93,6 @@ #include "sysfile.h" -Lisp_Object Qtext_conversion_error; - struct buffer *current_buffer; /* the current buffer */ /* This structure holds the default values of the buffer-local variables @@ -2098,8 +2096,6 @@ { INIT_LRECORD_IMPLEMENTATION (buffer); - DEFERROR_STANDARD (Qtext_conversion_error, Qconversion_error); - DEFSYMBOL (Qbuffer_live_p); DEFSYMBOL (Qbuffer_or_string_p); DEFSYMBOL (Qmode_class);