Mercurial > emacs
annotate msdos/sed3x.inp @ 112013:f11676feb984
Fix up last change.
* lisp/emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
print-number-table.
* src/print.c (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): Remove.
(print_preprocess): Fix handling of uninterned symbols in last change.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 22 Dec 2010 19:00:12 -0500 |
parents | d89b565897dd |
children |
rev | line source |
---|---|
108473
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
1 # -sed3x.inp------------------------------------------------------------ |
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
2 # Extra configuration script for lib-src/makefile for DesqView/X |
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
3 # ---------------------------------------------------------------------- |
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
4 /^LIBS_SYSTEM *=/s!= *!= -lxext -lsys! |
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
5 |