aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2006-01-30 04:03:11 +0000
committerBill Wohler2006-01-30 04:03:11 +0000
commit090ccc5da85875b28d2e90d6e07eeef74338f1f3 (patch)
tree49a22347282e31ed3f1c4677ee336c12b2101e35
parent3bdb2567a350246e68138f90580584329e5c237c (diff)
downloademacs-090ccc5da85875b28d2e90d6e07eeef74338f1f3.tar.gz
emacs-090ccc5da85875b28d2e90d6e07eeef74338f1f3.zip
(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.
-rw-r--r--lisp/mh-e/ChangeLog5
-rw-r--r--lisp/mh-e/mh-comp.el23
2 files changed, 5 insertions, 23 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index b0c0f97add1..71ec35e0039 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,5 +1,10 @@
12006-01-29 Bill Wohler <wohler@newt.com> 12006-01-29 Bill Wohler <wohler@newt.com>
2 2
3 * mh-comp.el (sc-cite-original): Remove autoload of "sc" with old
4 docstring. sc-cite-original is autoloaded via loaddefs.el for all
5 supported versions. In addition, the package name "sc" has been
6 made obsolete by "supercite since at least Emacs 21.
7
3 * mh-scan.el (mh-note-copied, mh-note-printed): Reorganization 8 * mh-scan.el (mh-note-copied, mh-note-printed): Reorganization
4 revealed character constants that were still strings (closes SF 9 revealed character constants that were still strings (closes SF
5 #770772). 10 #770772).
diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el
index 1122290a948..5a0907bf612 100644
--- a/lisp/mh-e/mh-comp.el
+++ b/lisp/mh-e/mh-comp.el
@@ -44,29 +44,6 @@
44 44
45(autoload 'easy-menu-add "easymenu") 45(autoload 'easy-menu-add "easymenu")
46(autoload 'mml-insert-tag "mml") 46(autoload 'mml-insert-tag "mml")
47(autoload 'sc-cite-original "sc"
48 "Workhorse citing function which performs the initial citation.
49This is callable from the various mail and news readers' reply
50function according to the agreed upon standard. See `sc-describe'
51for more details. `sc-cite-original' does not do any yanking of the
52original message but it does require a few things:
53
54 1) The reply buffer is the current buffer.
55
56 2) The original message has been yanked and inserted into the
57 reply buffer.
58
59 3) Verbose mail headers from the original message have been
60 inserted into the reply buffer directly before the text of the
61 original message.
62
63 4) Point is at the beginning of the verbose headers.
64
65 5) Mark is at the end of the body of text to be cited.
66
67For Emacs 19's, the region need not be active (and typically isn't
68when this function is called. Also, the hook `sc-pre-hook' is run
69before, and `sc-post-hook' is run after the guts of this function.")
70 47
71 48
72 49