[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: system-gschemrc.in
User: cnieves
Date: 06/12/23 15:00:06
Modified: . system-gschemrc.in
Log:
* src/g_hook.c (g_add_component): Return if scm_comp_name is
an empty list (guile's NULL), or the scheme's boolean false.
This was suggested by Peter TB Brett and Steve Tell.
Revision Changes Path
1.112 +5 -2 eda/geda/gaf/gschem/lib/system-gschemrc.in
(In the diff below, changes in quantity of whitespace are not shown.)
Index: system-gschemrc.in
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/lib/system-gschemrc.in,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -b -r1.111 -r1.112
--- system-gschemrc.in 14 Dec 2006 17:56:56 -0000 1.111
+++ system-gschemrc.in 23 Dec 2006 20:00:06 -0000 1.112
@@ -937,9 +937,12 @@
;; (define default-titleblock "title-A4.sym")
;; Change "title-A4.sym" by the name of your prefered titleblock!
;
-; If you don't want a titleblock to be added automatically, then add the
-; following line to your gschemrc file (without the semicolon):
+; If you don't want a titleblock to be added automatically, then add one of
+; the following lines to your gschemrc file (without the semicolon).
+; There are several ways, so just choose one:
; (define default-titleblock "")
+; (define default-titleblock '())
+; (define default-titleblock #f)
;
(define default-titleblock "title-B.sym")
(add-hook! new-page-hook (lambda (page)
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs