LMFL#!C(:PADDED T :HOST "SYS" :BACKUP-DATE 2773684082. :SYSTEM-TYPE :LOGICAL :VERSION 6. :TYPE "LISP" :NAME "DEFSYSTEM" :DIRECTORY ("REL3-2" "VISIDOC" "SERVER") :SOURCE-PATTERN "( :DIRECTORY (\"REL3-2\") :NAME :WILD :TYPE :WILD :VERSION :NEWEST)" :CHARACTERS T :NOT-BACKED-UP T :CREATION-DATE 2770902361. :AUTHOR "REL3-2" :LENGTH-IN-BYTES 1324. :LENGTH-IN-BLOCKS 2. :BYTE-SIZE 8.)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ;;; -*- Mode:Common-Lisp; Package:USER; Base:10 -*-;;;The data, information, methods, and concepts contained herein are;;;a valuable trade secret of Texas Instruments.   They are licensed;;;in  confidence  by  Texas  Instruments  and  may  only be used as;;;permitted  under the terms of the  definitive  license  agreement;;;under which such use is licensed.;;;;;;                           RESTRICTED RIGHTS LEGEND;;;Use, duplication, or disclosure by the Government is subject to;;;restrictions as set forth in subdivision (b)(3)(ii) of the Rights in;;;Technical Data and Computer Software clause at 52.227-7013.;;;;;;                     TEXAS INSTRUMENTS INCORPORATED.;;;                              P.O. BOX 2909;;;                           AUSTIN, TEXAS 78769;;;                                 MS 2151;;;;;; Copyright (C) 1987, Texas Instruments Incorporated. All rights reserved.;;; Change History (started 10/8/87)(defsystem visidoc-server  (:name "VISIDOC-SERVER")  (:nicknames "doc-server" "dox-server")  (:pathname-default "sys:visidoc.server;")  (:patchable "sys:patch.visidoc.server;" patch)  (:warnings-pathname-default "sys:cwarns;visidoc-server.lisp")  (:initial-status :released)  (:module server "namespace-server")  (:compile-load server));;(INITIALIZE-VISIDOC-SERVER)