]> git.eshelyaron.com Git - emacs.git/commitdiff
DEBUGSOURCES should contain a list of files, separated by colons.
authorGerd Moellmann <gerd@gnu.org>
Wed, 7 Mar 2001 14:01:03 +0000 (14:01 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 7 Mar 2001 14:01:03 +0000 (14:01 +0000)
etc/DEBUG

index 9fb021cf6a2d3693212c3aa739e9b4e40b9f6877..032aeb4dcd51c5b8606506fbad4828b5ce4be66b 100644 (file)
--- 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 &