diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-03-07 14:01:03 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-03-07 14:01:03 +0000 |
commit | 6806e86735a925027be79307eeee5f302372c8e7 (patch) | |
tree | 7ed96111a12c0081f0e565825472f8626084ee32 /etc/DEBUG | |
parent | 471f86b9a3d57ba805f14e21fbc8d462c6802df5 (diff) | |
download | emacs-6806e86735a925027be79307eeee5f302372c8e7.tar.gz |
DEBUGSOURCES should contain a list of files, separated by colons.
Diffstat (limited to 'etc/DEBUG')
-rw-r--r-- | etc/DEBUG | 2 |
1 files changed, 1 insertions, 1 deletions
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 & |