Mercurial > emacs
comparison lisp/=sc.el @ 3815:41ef3e4adb0d
Change usage comment.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 17 Jun 1993 23:41:18 +0000 |
parents | 507f64624555 |
children | 51964472e60e |
comparison
equal
deleted
inserted
replaced
3814:52d398035be7 | 3815:41ef3e4adb0d |
---|---|
94 ;; sc-oloads.el. | 94 ;; sc-oloads.el. |
95 | 95 |
96 ;; First, to connect supercite to any mail/news reading subsystem, put | 96 ;; First, to connect supercite to any mail/news reading subsystem, put |
97 ;; this in your .emacs file: | 97 ;; this in your .emacs file: |
98 ;; | 98 ;; |
99 ;; (add-hooks 'mail-yank-hooks 'sc-cite-original) ; for all but MH-E | 99 ;; (setq mail-yank-hooks 'sc-cite-original) ; for old mail agents |
100 ;; (setq mh-yank-hooks 'sc-cite-original) ; for MH-E only | 100 ;; (setq mh-yank-hooks 'sc-cite-original) ; for MH-E only |
101 ;; (add-hook 'mail-citation-hook 'sc-cite-original) ; for newer mail agents | |
101 ;; | 102 ;; |
102 ;; If supercite is not pre-loaded into your emacs session, you should | 103 ;; If supercite is not pre-loaded into your emacs session, you should |
103 ;; add the following autoload: | 104 ;; add the following autoload: |
104 ;; | 105 ;; |
105 ;; (autoload 'sc-cite-original "sc" "Supercite 2.3" t) | 106 ;; (autoload 'sc-cite-original "sc" "Supercite 2.3" t) |