]> git.eshelyaron.com Git - emacs.git/commitdiff
(sc-cite-original): Remove autoload of "sc" with old docstring.
authorBill Wohler <wohler@newt.com>
Mon, 30 Jan 2006 04:03:11 +0000 (04:03 +0000)
committerBill Wohler <wohler@newt.com>
Mon, 30 Jan 2006 04:03:11 +0000 (04:03 +0000)
sc-cite-original is autoloaded via loaddefs.el for all supported
versions. In addition, the package name "sc" has been made obsolete by
"supercite since at least Emacs 21.

lisp/mh-e/ChangeLog
lisp/mh-e/mh-comp.el

index b0c0f97add1e1bc4234c28038d47586da0f9fc27..71ec35e0039c40f92483246bed976564aed4aa6f 100644 (file)
@@ -1,5 +1,10 @@
 2006-01-29  Bill Wohler  <wohler@newt.com>
 
+       * mh-comp.el (sc-cite-original): Remove autoload of "sc" with old
+       docstring. sc-cite-original is autoloaded via loaddefs.el for all
+       supported versions. In addition, the package name "sc" has been
+       made obsolete by "supercite since at least Emacs 21.
+
        * mh-scan.el (mh-note-copied, mh-note-printed): Reorganization
        revealed character constants that were still strings (closes SF
        #770772).
index 1122290a948b13654ff1db208717dc82854a52c2..5a0907bf612667b58102c776faa1916984aafd73 100644 (file)
 
 (autoload 'easy-menu-add "easymenu")
 (autoload 'mml-insert-tag "mml")
-(autoload 'sc-cite-original "sc"
-  "Workhorse citing function which performs the initial citation.
-This is callable from the various mail and news readers' reply
-function according to the agreed upon standard.  See `sc-describe'
-for more details.  `sc-cite-original' does not do any yanking of the
-original message but it does require a few things:
-
-     1) The reply buffer is the current buffer.
-
-     2) The original message has been yanked and inserted into the
-        reply buffer.
-
-     3) Verbose mail headers from the original message have been
-        inserted into the reply buffer directly before the text of the
-        original message.
-
-     4) Point is at the beginning of the verbose headers.
-
-     5) Mark is at the end of the body of text to be cited.
-
-For Emacs 19's, the region need not be active (and typically isn't
-when this function is called.  Also, the hook `sc-pre-hook' is run
-before, and `sc-post-hook' is run after the guts of this function.")
 
 \f