diff options
| author | Glenn Morris | 2016-12-03 19:27:41 -0800 |
|---|---|---|
| committer | Glenn Morris | 2016-12-03 19:27:41 -0800 |
| commit | dd210a63dfdb1b021c8a6b5f29c8e6b0d428d5a2 (patch) | |
| tree | 476fbe9f3e6c280a87c76d6e52d3f880ff86c429 /lisp | |
| parent | 041e90962b1309ff013c85ee9b537800a332a94c (diff) | |
| download | emacs-dd210a63dfdb1b021c8a6b5f29c8e6b0d428d5a2.tar.gz emacs-dd210a63dfdb1b021c8a6b5f29c8e6b0d428d5a2.zip | |
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')
| -rw-r--r-- | lisp/mail/supercite.el | 3 |
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'." | |||
| 302 | "Hook which gets run once after Supercite loads." | 302 | "Hook which gets run once after Supercite loads." |
| 303 | :type 'hook | 303 | :type 'hook |
| 304 | :group 'supercite-hooks) | 304 | :group 'supercite-hooks) |
| 305 | (make-obsolete-variable 'sc-load-hook | ||
| 306 | "use `with-eval-after-load' instead." "26.1") | ||
| 307 | |||
| 305 | (defcustom sc-pre-hook nil | 308 | (defcustom sc-pre-hook nil |
| 306 | "Hook which gets run before each invocation of `sc-cite-original'." | 309 | "Hook which gets run before each invocation of `sc-cite-original'." |
| 307 | :type 'hook | 310 | :type 'hook |