aboutsummaryrefslogtreecommitdiff
path: root/contrib/texinfo/info/footnotes.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-05-02 00:48:41 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-05-02 00:48:41 +0000
commita889f1983fae2bee97f5375bac561374da0469a0 (patch)
tree58bf7fa721f3333d934a90edf15dd134b60feacf /contrib/texinfo/info/footnotes.c
parent03e8b201d8ea49873e7226f79b3b15d94de7d982 (diff)
Import of stripped down GNU texinfo 4.5
Notes
Notes: svn path=/vendor/texinfo/dist/; revision=114472
Diffstat (limited to 'contrib/texinfo/info/footnotes.c')
-rw-r--r--contrib/texinfo/info/footnotes.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/texinfo/info/footnotes.c b/contrib/texinfo/info/footnotes.c
index c891e395e028..7abb8a6f2bba 100644
--- a/contrib/texinfo/info/footnotes.c
+++ b/contrib/texinfo/info/footnotes.c
@@ -1,7 +1,7 @@
/* footnotes.c -- Some functions for manipulating footnotes.
- $Id: footnotes.c,v 1.9 1999/09/25 16:10:04 karl Exp $
+ $Id: footnotes.c,v 1.2 2002/11/06 00:41:17 karl Exp $
- Copyright (C) 1993, 97, 98, 99 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1997, 1998, 1999, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -21,8 +21,8 @@
#include "info.h"
-/* Non-zero means attempt to show footnotes when displaying a new window. */
-int auto_footnotes_p = 1;
+/* Nonzero means attempt to show footnotes when displaying a new window. */
+int auto_footnotes_p = 0;
static char *footnote_nodename = "*Footnotes*";