From: Gerd Moellmann Date: Wed, 7 Mar 2001 14:01:03 +0000 (+0000) Subject: DEBUGSOURCES should contain a list of files, separated by colons. X-Git-Tag: emacs-pretest-21.0.100~152 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6806e86735a925027be79307eeee5f302372c8e7;p=emacs.git DEBUGSOURCES should contain a list of files, separated by colons. --- diff --git a/etc/DEBUG b/etc/DEBUG index 9fb021cf6a2..032aeb4dcd5 100644 --- a/etc/DEBUG +++ b/etc/DEBUG @@ -350,7 +350,7 @@ helpful to set the `DEBUGSOURCES' and `DEBUG_FILE' environment variables, so that one can see what LessTif was doing at this point. For instance - export DEBUGSOURCES="RowColumn.c MenuShell.c MenuUtil.c" + export DEBUGSOURCES="RowColumn.c:MenuShell.c:MenuUtil.c" export DEBUG_FILE=/usr/tmp/LESSTIF_TRACE emacs &