From 2918e6ebcc05ff48a868e0d47530f11b0006756e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 9 Jun 2019 12:52:07 -0700 Subject: [PATCH] Add "adapters" to list of source files. --- src/edwin/sources.scm | 43 ++++++++++++++++++++----------------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/src/edwin/sources.scm b/src/edwin/sources.scm index a42de59a0..ad1138e53 100644 --- a/src/edwin/sources.scm +++ b/src/edwin/sources.scm @@ -30,30 +30,27 @@ USA. (lambda (port) (define (filenames) - '("abbrev" "ansi" "argred" "artdebug" "autold" "autosv" "basic" - "bios" "bufcom" "buffer" "buffrm" "bufinp" "bufmnu" "bufout" - "bufset" "bufwfs" "bufwin" "bufwiu" "bufwmc" "c-mode" "calias" - "cinden" "class" "clscon" "clsmac" "comatch" "comhst" "comint" - "comman" "compile" "comred" "comtab" "comwin" "curren" "dabbrev" - "debian-changelog" "debug" "debuge" "diff" "dired" "dirunx" - "dirw32" "display" "docstr" "dos" "doscom" "dosfile" "dosproc" - "dosshell" "ed-ffi" "editor" "edtfrm" "edtstr" "evlcom" "eystep" - "filcom" "fileio" "fill" "grpops" "hlpcom" "htmlmode" "image" - "info" "input" "intmod" "iserch" "javamode" "key-w32" "keymap" - "keyparse" "kilcom" "kmacro" "lincom" "linden" - "loadef" "lspcom" "macros" "make" "malias" "manual" "midas" - "modefs" "modes" "modlin" "modwin" "motcom" "motion" "mousecom" - "nntp" "notify" "nvector" "occur" "outline" "paredit" "pasmod" - "paths" "print" "process" "prompt" "pwedit" "pwparse" "rcsparse" - "reccom" "regcom" "regexp" "regops" "replaz" "rfc822" - "ring" "rmail" "rmailsrt" "rmailsum" "schmod" "scrcom" "screen" - "search" "sendmail" "sercom" "shell" "simple" "snr" "sort" + '("abbrev" "adapters" "ansi" "argred" "artdebug" "autold" "autosv" "basic" + "bios" "bufcom" "buffer" "buffrm" "bufinp" "bufmnu" "bufout" "bufset" + "bufwfs" "bufwin" "bufwiu" "bufwmc" "c-mode" "calias" "cinden" "class" + "clscon" "clsmac" "comatch" "comhst" "comint" "comman" "compile" + "comred" "comtab" "comwin" "curren" "dabbrev" "debian-changelog" "debug" + "debuge" "diff" "dired" "dirunx" "dirw32" "display" "docstr" "dos" + "doscom" "dosfile" "dosproc" "dosshell" "ed-ffi" "editor" "edtfrm" + "edtstr" "evlcom" "eystep" "filcom" "fileio" "fill" "grpops" "hlpcom" + "htmlmode" "image" "info" "input" "intmod" "iserch" "javamode" "key-w32" + "keymap" "keyparse" "kilcom" "kmacro" "lincom" "linden" "loadef" + "lspcom" "macros" "make" "malias" "manual" "midas" "modefs" "modes" + "modlin" "modwin" "motcom" "motion" "mousecom" "nntp" "notify" "nvector" + "occur" "outline" "paredit" "pasmod" "paths" "print" "process" "prompt" + "pwedit" "pwparse" "rcsparse" "reccom" "regcom" "regexp" "regops" + "replaz" "rfc822" "ring" "rmail" "rmailsrt" "rmailsum" "schmod" "scrcom" + "screen" "search" "sendmail" "sercom" "shell" "simple" "snr" "sort" "string" "strpad" "strtab" "struct" "syntax" "tagutl" "techinfo" - "telnet" "termcap" "texcom" "things" "tparse" "tterm" "tximod" - "txtprp" "undo" "unix" "utils" "utlwin" "vc" "vc-bzr" "vc-cvs" - "vc-git" "vc-rcs" "vc-svn" "verilog" "vhdl" "webster" "win32" - "win32com" "wincom" "window" "winout" "world-monitor" - "xform" "xterm")) + "telnet" "termcap" "texcom" "things" "tparse" "tterm" "tximod" "txtprp" + "undo" "unix" "utils" "utlwin" "vc" "vc-bzr" "vc-cvs" "vc-git" "vc-rcs" + "vc-svn" "verilog" "vhdl" "webster" "win32" "win32com" "wincom" "window" + "winout" "world-monitor" "xform" "xterm")) (define (my-write . strings) (for-each (lambda (string) -- 2.25.1