diff options
author | Kevin Ryde <user42@zip.com.au> | 2006-10-09 22:59:10 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2006-10-09 22:59:10 +0000 |
commit | afc4ccd4ddcf0f78932a5e0597731beb6efc8c7c (patch) | |
tree | 7f0921bbf97568e6b804f771faaa372d45324d1a /doc/ref/scheme-debugging.texi | |
parent | 40296bab814a677dd0e9a09bdf93be2e9ccd3fd0 (diff) | |
download | guile-afc4ccd4ddcf0f78932a5e0597731beb6efc8c7c.tar.gz |
merge from 1.8 branch
Diffstat (limited to 'doc/ref/scheme-debugging.texi')
-rw-r--r-- | doc/ref/scheme-debugging.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/ref/scheme-debugging.texi b/doc/ref/scheme-debugging.texi index a9d1691d1..32a6a46bd 100644 --- a/doc/ref/scheme-debugging.texi +++ b/doc/ref/scheme-debugging.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004 +@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -511,3 +511,8 @@ behaviour as well as the more traditional @code{trace-here}. The older mechanism will probably become obsolete eventually, but it's worth keeping it around for a while until we are sure that the new mechanism is correct and does what programmers need. + + +@c Local Variables: +@c TeX-master: "guile.texi" +@c End: |