texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/info variables.h


From: Sergey Poznyakoff
Subject: texinfo/info variables.h
Date: Thu, 28 Jul 2011 08:12:53 +0000

CVSROOT:        /cvsroot/texinfo
Module name:    texinfo
Changes by:     Sergey Poznyakoff <gray>        11/07/28 08:12:53

Modified files:
        info           : variables.h 

Log message:
        (min_search_length): New extern.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/info/variables.h?cvsroot=texinfo&r1=1.9&r2=1.10

Patches:
Index: variables.h
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/variables.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- variables.h 4 Mar 2008 09:45:27 -0000       1.9
+++ variables.h 28 Jul 2011 08:12:53 -0000      1.10
@@ -1,5 +1,5 @@
 /* variables.h -- Description of user visible variables in Info.
-   $Id: variables.h,v 1.9 2008/03/04 09:45:27 gray Exp $
+   $Id: variables.h,v 1.10 2011/07/28 08:12:53 gray Exp $
 
    This file is part of GNU Info, a program for reading online documentation
    stored in Info format.
@@ -63,5 +63,6 @@
 extern int cursor_movement_scrolls_p;
 extern int ISO_Latin_p;
 extern int scroll_last_node;
+extern int min_search_length;
 
 #endif /* not INFO_VARIABLES_H */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]