diff options
Diffstat (limited to 'lisp/mail')
| -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 |