Mercurial > emacs
annotate msdos/sed3x.inp @ 110955:c84f553cca36
Add some default custom themes.
* cus-theme.el (custom-theme--listed-faces): Add cursor face.
(describe-theme-1): Extract doc from unloaded themes.
* custom.el (custom-theme-name-valid-p): Don't list color-themes.
* themes/tango-theme.el:
* themes/tango-dark-theme.el:
* themes/wheatgrass-theme.el: New files.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 12 Oct 2010 16:06:20 -0400 |
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 |