diff options
Diffstat (limited to 'editors/semi-emacs-current/files')
-rw-r--r-- | editors/semi-emacs-current/files/patch-aa | 13 | ||||
-rw-r--r-- | editors/semi-emacs-current/files/patch-ab | 13 | ||||
-rw-r--r-- | editors/semi-emacs-current/files/patch-ac | 11 |
3 files changed, 37 insertions, 0 deletions
diff --git a/editors/semi-emacs-current/files/patch-aa b/editors/semi-emacs-current/files/patch-aa new file mode 100644 index 000000000000..5eb2a1996015 --- /dev/null +++ b/editors/semi-emacs-current/files/patch-aa @@ -0,0 +1,13 @@ +--- 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/semi-emacs-current/files/patch-ab b/editors/semi-emacs-current/files/patch-ab new file mode 100644 index 000000000000..818a0c70c32a --- /dev/null +++ b/editors/semi-emacs-current/files/patch-ab @@ -0,0 +1,13 @@ +--- 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/semi-emacs-current/files/patch-ac b/editors/semi-emacs-current/files/patch-ac new file mode 100644 index 000000000000..2c7aa48962d6 --- /dev/null +++ b/editors/semi-emacs-current/files/patch-ac @@ -0,0 +1,11 @@ +--- 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) |