gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3264 - GNUnet/contrib


From: grothoff
Subject: [GNUnet-SVN] r3264 - GNUnet/contrib
Date: Sat, 19 Aug 2006 21:14:33 -0700 (PDT)

Author: grothoff
Date: 2006-08-19 21:14:31 -0700 (Sat, 19 Aug 2006)
New Revision: 3264

Modified:
   GNUnet/contrib/config-daemon.scm
Log:
sntax

Modified: GNUnet/contrib/config-daemon.scm
===================================================================
--- GNUnet/contrib/config-daemon.scm    2006-08-20 03:51:03 UTC (rev 3263)
+++ GNUnet/contrib/config-daemon.scm    2006-08-20 04:14:31 UTC (rev 3264)
@@ -32,6 +32,7 @@
 ;; - actually convert *.in to *.scm
 ;; - test!
 
+
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 ;; for GNU gettext
@@ -46,7 +47,6 @@
 
 ;; menu definitions
 
-
 ;; meta-menu
 
 (define (meta-exp builder) 
@@ -63,7 +63,7 @@
 testing is not yet high enough for general use.  These features are
 said to be of \"alpha\" quality.  If a feature is currently in alpha,
 uninformed use is discouraged (since the developers then do not fancy
-\"Why doesn\'t this work?\" type messages).
+\"Why doesn't this work?\" type messages).
 
 However, active testing and qualified feedback of these features is
 always welcome.  Users should just be aware that alpha features may
@@ -71,7 +71,7 @@
 some special cases.  Bug reports are usually welcomed by the
 developers, but please read the documents <file://README> and
 <http://gnunet.org/faq.php3> and use <https://gnunet.org/mantis/> for
-how to report problems.\" )
+how to report problems." )
    ()
    #t
    #f
@@ -79,6 +79,7 @@
    'always) )
 
 
+
 (define (meta-adv builder) 
  (builder
    (_ "Meta")
@@ -109,7 +110,6 @@
    #f
    'always) )
 
-
 ;; main-menu
 
 (define (main builder)
@@ -124,6 +124,8 @@
   #f 
   'always) )
 
+
+
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 ;; first main method: build tree using build-tree-node
@@ -134,7 +136,6 @@
   (lambda (a b c d e f g h i) build-tree-node a b c d e f g h)))
 
 
-
 ;; "change" is not yet implemented.  However, the idea is to again use
 ;; the tree builder but this time scan use the "i" tags to determine
 ;; how the visibility needs to change





reply via email to

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