diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-01 17:50:34 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-01 17:50:34 +0000 |
commit | 3a48ae79787f55d8e8bcf867ab2cf54e5a27c521 (patch) | |
tree | e52b2070bc699e1a186b479dfa33266fe8c10f3d /lisp/sc.el | |
parent | 5a2411669fbaf1ff177aaf34ac9322a231fc60fc (diff) | |
download | emacs-3a48ae79787f55d8e8bcf867ab2cf54e5a27c521.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/sc.el')
-rw-r--r-- | lisp/sc.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/sc.el b/lisp/sc.el index 30b1b5f64e5..5e75e5203e3 100644 --- a/lisp/sc.el +++ b/lisp/sc.el @@ -96,7 +96,7 @@ ;; First, to connect supercite to any mail/news reading subsystem, put ;; this in your .emacs file: ;; -;; (setq mail-yank-hooks 'sc-cite-original) ; for all but MH-E +;; (add-hooks 'mail-yank-hooks 'sc-cite-original) ; for all but MH-E ;; (setq mh-yank-hooks 'sc-cite-original) ; for MH-E only ;; ;; If supercite is not pre-loaded into your emacs session, you should @@ -1512,6 +1512,7 @@ package, type \"\\[sc-describe]\".") ;; ====================================================================== ;; this section contains default hooks and hook support for execution +;;;###autoload (defun sc-cite-original () "Hook version of sc-cite. This is callable from the various mail and news readers' reply |