summaryrefslogtreecommitdiff
path: root/lisp/mail/supercite.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-12-03 19:27:41 -0800
committerGlenn Morris <rgm@gnu.org>2016-12-03 19:27:41 -0800
commitdd210a63dfdb1b021c8a6b5f29c8e6b0d428d5a2 (patch)
tree476fbe9f3e6c280a87c76d6e52d3f880ff86c429 /lisp/mail/supercite.el
parent041e90962b1309ff013c85ee9b537800a332a94c (diff)
downloademacs-dd210a63dfdb1b021c8a6b5f29c8e6b0d428d5a2.tar.gz
Obsolete sc-load-hook in favor of eval-after-load
* lisp/mail/supercite.el (sc-load-hook): Make obsolete. * doc/misc/sc.texi (Getting Connected, Filling Cited Text): No longer mention sc-load-hook.
Diffstat (limited to 'lisp/mail/supercite.el')
-rw-r--r--lisp/mail/supercite.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index 3d4ccf90e1b..b38b16f699d 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -302,6 +302,9 @@ during the initial citing via `sc-cite-original'."
"Hook which gets run once after Supercite loads."
:type 'hook
:group 'supercite-hooks)
+(make-obsolete-variable 'sc-load-hook
+ "use `with-eval-after-load' instead." "26.1")
+
(defcustom sc-pre-hook nil
"Hook which gets run before each invocation of `sc-cite-original'."
:type 'hook