From: kaoru Date: Mon, 10 Dec 2001 12:43:40 +0000 (+0000) Subject: Fixed supercite settings. X-Git-Tag: wl-2_8-root~65 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=066fa43090e38f956a062645ae59fb9dad50edee;p=elisp%2Fwanderlust.git Fixed supercite settings. (Advised by YAMASHITA Junji ) --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index dceba0a..e818fcb 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -6080,13 +6080,8 @@ OK です。 @lisp @group -(autoload 'sc-cite-original "sc" nil t) -(setq mail-yank-hooks 'sc-cite-original) -(setq sc-preferred-header-style 1) -(setq sc-electric-references-p nil) -(setq sc-citation-leader "") -(setq sc-load-hook '(lambda () (require 'sc-register))) -(setq sc-preferred-attribution 'registeredname) +(autoload 'sc-cite-original "supercite" nil t) +(add-hook 'mail-citation-hook 'sc-cite-original) @end group @end lisp diff --git a/doc/wl.texi b/doc/wl.texi index 08d3d1e..d636286 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -6170,13 +6170,8 @@ example of settings: @lisp @group -(autoload 'sc-cite-original "sc" nil t) -(setq mail-yank-hooks 'sc-cite-original) -(setq sc-preferred-header-style 1) -(setq sc-electric-references-p nil) -(setq sc-citation-leader "") -(setq sc-load-hook '(lambda () (require 'sc-register))) -(setq sc-preferred-attribution 'registeredname) +(autoload 'sc-cite-original "supercite" nil t) +(add-hook 'mail-citation-hook 'sc-cite-original) @end group @end lisp