tm 6.54
[elisp/tm.git] / gnus / tgnus-bc.el
diff --git a/gnus/tgnus-bc.el b/gnus/tgnus-bc.el
new file mode 100644 (file)
index 0000000..72b410b
--- /dev/null
@@ -0,0 +1,17 @@
+(require 'gnus)
+
+(setq load-path (append '("." ".." "../../tl") load-path))
+
+(defun compile-tm-gnus ()
+  (if (string-match "(ding)" gnus-version)
+      (byte-compile-file "tm-dgnus.el")
+    (if (string-match "GNUS 3" gnus-version)
+       (byte-compile-file "tm-gnus3.el")
+      (byte-compile-file "tm-gnus4.el")
+      ))
+  (byte-compile-file "tm-gnus.el")
+  )
+
+(defun install-tm-gnus ()
+  (print command-line-args-left)
+  )