X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gnus%2Fmk-tgnus;h=150cc75862b00338a5baa898de1f6a9db7879bd3;hb=584ffb4d39c1b9ffeb8083a8b4fb62d5d3af1a80;hp=6879d5eaeb4a62574c38f5057aa8172ab5dc87a7;hpb=4ff21287b9b75175bc14d7f2a337612849fe8b82;p=elisp%2Ftm.git diff --git a/gnus/mk-tgnus b/gnus/mk-tgnus index 6879d5e..150cc75 100644 --- a/gnus/mk-tgnus +++ b/gnus/mk-tgnus @@ -1,4 +1,7 @@ ;;; -*-Emacs-Lisp-*- +;;; +;;; $Id: mk-tgnus,v 1.1 1995/11/18 08:07:24 morioka Exp morioka $ +;;; (require 'emu) @@ -13,12 +16,8 @@ (byte-compile-file "tm-sgnus.el") ) ((string-match "Gnus v5\\|September Gnus" gnus-version) - (byte-compile-file "tm-gnus5.el") - ) - ((string-match "(ding)" gnus-version) - (require 'tm-dgnus) - (byte-compile-file "tm-dgnus.el") - (byte-compile-file "tm-gnus5.el") + (byte-compile-file "tm-gnus4.el") + (byte-compile-file "tm-gd5.el") ) ((string-match "GNUS 4" gnus-version) (byte-compile-file "tm-gnus4.el") @@ -70,7 +69,7 @@ (if (< (string-to-int emacs-version) 19) (progn (install-el-files path - "tm-gnus.el" "tm-ognus.el" + "tm-gnus.el" "tm-gd3.el" "tm-gnus3.el" "tm-gnus4.el") (install-elc-files path "tm-gnus.elc" @@ -79,10 +78,10 @@ (progn (install-el-files path "tm-gnus.el" "tm-sgnus.el" - "tm-gnus5.el" "tm-dgnus.el" - "tm-ognus.el" "tm-gnus4.el") + "tm-gd5.el" "tm-gd3.el" + "tm-gnus4.el") (install-elc-files path "tm-gnus.elc" "tm-sgnus.elc" - "tm-gnus5.elc" "tm-dgnus.elc" + "tm-gd5.elc" "tm-gnus4.elc") ))))