[closure-cvs] CVS update: closure/src/gui/gui.lisp

Update of /project/closure/cvsroot/closure/src/gui In directory common-lisp.net:/tmp/cvs-serv15903/gui Modified Files: gui.lisp Log Message: The hyphenation table can be referenced using an URL, rather than by an absolute filename. Date: Sun Jul 17 11:30:55 2005 Author: emarsden Index: closure/src/gui/gui.lisp diff -u closure/src/gui/gui.lisp:1.6 closure/src/gui/gui.lisp:1.7 --- closure/src/gui/gui.lisp:1.6 Sun Jul 10 12:57:20 2005 +++ closure/src/gui/gui.lisp Sun Jul 17 11:30:52 2005 @@ -54,10 +54,6 @@ (defparameter *debug-submit-p* nil "Whether to dump the values about to be submit by a <FORM> to the server on the listener.") -;; experimental code that is not activated by default -(defvar *tex-mode-p* nil) -(defvar *hyphenate-p* nil) - (defstruct display-list
participants (1)
-
emarsden@common-lisp.net