Mercurial > hg > xemacs-beta
view etc/editclient.sh @ 4924:ba353d7b0ce8
temporarily back out part of patch to avoid compile probs
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-02-03 Ben Wing <ben@xemacs.org>
* symbols.c (defsymbol_massage_name_1):
* symbols.c (defsymbol_nodump):
* symbols.c (defsymbol):
* symbols.c (defkeyword):
* symeval.h (DEFVAR_SYMVAL_FWD_OBJECT):
Temporarily back out staticpro-related changes in symbols.c and
symeval.h to fix compile problems, will put back when `latest-fix'
workspace gets merged in.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 03 Feb 2010 09:30:49 -0600 |
parents | 3ecd8885ac67 |
children |
line wrap: on
line source
#!/bin/sh if gnuclient -batch -eval t >/dev/null 2>&1; then exec gnuclient ${1+"$@"} else xemacs -unmapped -f gnuserv-start & until gnuclient -batch -eval t >/dev/null 2>&1 do sleep 1 done exec gnuclient ${1+"$@"} fi