summaryrefslogtreecommitdiff
path: root/news/t-gnus-emacs20/files/t-gnus-startup.mule.el.tmpl
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-11-03 15:02:29 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-11-03 15:02:29 +0000
commit34629717971266ed6a27682a5230f7dba6a12a03 (patch)
tree134bc93e1721b04371b1c321a8ee75a3ed898606 /news/t-gnus-emacs20/files/t-gnus-startup.mule.el.tmpl
parentt-gnus for emacs20, mule or xemacs21-mule is a kind of gnus using SEMI (diff)
t-gnus for emacs20, mule or xemacs21-mule is a kind of gnus using SEMI
for MIME
Notes
Notes: svn path=/head/; revision=34741
Diffstat (limited to 'news/t-gnus-emacs20/files/t-gnus-startup.mule.el.tmpl')
-rw-r--r--news/t-gnus-emacs20/files/t-gnus-startup.mule.el.tmpl25
1 files changed, 25 insertions, 0 deletions
diff --git a/news/t-gnus-emacs20/files/t-gnus-startup.mule.el.tmpl b/news/t-gnus-emacs20/files/t-gnus-startup.mule.el.tmpl
new file mode 100644
index 000000000000..6c2d7b30e459
--- /dev/null
+++ b/news/t-gnus-emacs20/files/t-gnus-startup.mule.el.tmpl
@@ -0,0 +1,25 @@
+(mapcar
+ (lambda (symbol)
+ (makunbound (intern (format "message-%s" symbol))))
+ '(citation-line-function
+ cite-function courtesy-message default-headers default-mail-headers
+ default-news-headers deletable-headers fcc-handler-function
+ followup-to-function from-style generate-headers-first generate-new-buffers
+ ignored-bounced-headers ignored-cited-headers ignored-mail-headers
+ ignored-news-headers ignored-resent-headers ignored-supersedes-headers
+ included-forward-headers indent-citation-function interactive
+ kill-buffer-on-exit post-method reply-to-function required-mail-headers
+ required-news-headers send-mail-function send-news-function
+ signature signature-before-forwarded-message signature-file
+ signature-separator syntax-checks use-followup-to user-organization-file
+ wide-reply-to-function yank-prefix))
+
+(setq load-path (append (list
+ "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/semi"
+ "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/apel"
+ "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/flim"
+ "%%PREFIX%%/%%EMACS_LIBDIR%%/19.34/site-lisp/emu"
+ "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/t-gnus"
+ ) load-path))
+(load "mime-setup")
+(provide 't-gnus-startup)