Delete garbages.
[elisp/tm.git] / gnus / tm-dgnus.el
diff --git a/gnus/tm-dgnus.el b/gnus/tm-dgnus.el
deleted file mode 100644 (file)
index 690a39c..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-;;;
-;;; tm-dgnus.el --- tm-gnus module for (ding) GNUS
-;;;
-
-(require 'tm-gnus5)
-
-
-;;; @ version
-;;;
-
-(defconst tm-gnus/RCS-ID
-  "$Id: tm-dgnus.el,v 6.18 1995/08/31 20:15:50 morioka Exp $")
-
-(defconst tm-gnus/version
-  (concat (get-version-string tm-gnus/RCS-ID) " (ding)"))
-
-(if (not (fboundp 'mail-header-from))
-    (progn
-      (defalias 'mail-header-from        'header-from)
-      (defalias 'mail-header-set-from    'header-set-from)
-      (defalias 'mail-header-subject     'header-subject)
-      (defalias 'mail-header-set-subject 'header-set-subject)
-      ))
-
-
-;;; @ end
-;;;
-
-(provide 'tm-dgnus)