diff options
Diffstat (limited to 'editors/semi113/files')
-rw-r--r-- | editors/semi113/files/patch-aa | 13 | ||||
-rw-r--r-- | editors/semi113/files/patch-ab | 13 | ||||
-rw-r--r-- | editors/semi113/files/patch-ac | 11 | ||||
-rw-r--r-- | editors/semi113/files/semi-setupel.el.in | 8 |
4 files changed, 0 insertions, 45 deletions
diff --git a/editors/semi113/files/patch-aa b/editors/semi113/files/patch-aa deleted file mode 100644 index 5eb2a1996015..000000000000 --- a/editors/semi113/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- mime-ui-en.texi.orig Sun Feb 28 14:35:10 1999 -+++ mime-ui-en.texi Tue Mar 9 06:43:58 1999 -@@ -1,6 +1,10 @@ - \input texinfo.tex - @setfilename mime-ui-en.info - @settitle{SEMI 1.8 Manual} -+@dircategory The Emacs editor and associated tools -+@direntry -+* mime-ui-en: (mime-ui-en). MIME user interface for GNU Emacs. (English) -+@end direntry - @titlepage - @title SEMI 1.8 Manual - @author MORIOKA Tomohiko <morioka@@jaist.ac.jp> diff --git a/editors/semi113/files/patch-ab b/editors/semi113/files/patch-ab deleted file mode 100644 index 818a0c70c32a..000000000000 --- a/editors/semi113/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- mime-ui-ja.texi.orig Sun Feb 28 14:35:10 1999 -+++ mime-ui-ja.texi Tue Mar 9 06:44:08 1999 -@@ -1,6 +1,10 @@ - \input texinfo.tex - @setfilename mime-ui-ja.info - @settitle{SEMI 1.8 $B@bL@=q(B} -+@dircategory The Emacs editor and associated tools -+@direntry -+* mime-ui-ja: (mime-ui-ja). MIME user interface for GNU Emacs. (Japanese) -+@end direntry - @titlepage - @title SEMI 1.8 $B@bL@=q(B - @author $B<i2,(B $BCNI'(B <morioka@@jaist.ac.jp> diff --git a/editors/semi113/files/patch-ac b/editors/semi113/files/patch-ac deleted file mode 100644 index 2c7aa48962d6..000000000000 --- a/editors/semi113/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- SEMI-CFG.orig Wed Sep 16 15:48:58 1998 -+++ SEMI-CFG Sun May 9 21:54:02 1999 -@@ -11,6 +11,8 @@ - (add-to-list 'load-path - (expand-file-name "../../site-lisp/apel" data-directory)) - (add-to-list 'load-path -+ (expand-file-name "../site-lisp/emu" data-directory)) -+(add-to-list 'load-path - (expand-file-name "." data-directory)) - - (when (boundp 'LISPDIR) diff --git a/editors/semi113/files/semi-setupel.el.in b/editors/semi113/files/semi-setupel.el.in deleted file mode 100644 index 767148046718..000000000000 --- a/editors/semi113/files/semi-setupel.el.in +++ /dev/null @@ -1,8 +0,0 @@ -;; -;; @(#)semi-setupel.el -- semi emacs load-path setup elisp file. -;; -- by shige@FreeBSD.ORG - -(setq load-path (append '( - "@@PREFIX@@/@@EMACS_LIBDIR@@/site-lisp/semi" - ) load-path)) -(provide 'semi-setupel) |