From 4d59a49cf84d87580e11be1a7b97d3bc7b0d8de8 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 20 Jul 1999 05:33:22 +0000 Subject: [PATCH] (mu-cite-load-hook): Deleted the definition as a user option. --- mu-cite.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mu-cite.el b/mu-cite.el index 83dbb09..c23a33d 100644 --- a/mu-cite.el +++ b/mu-cite.el @@ -194,12 +194,6 @@ Each elements must be string or method name." ;;; @ hooks ;;; -(defcustom mu-cite-load-hook nil - "List of functions called after mu-cite is loaded. -Use this hook to add your own methods to `mu-cite-default-methods-alist'." - :type 'hook - :group 'mu-cite) - (defcustom mu-cite-instantiation-hook nil "List of functions called just before narrowing to the message." :type 'hook -- 1.7.10.4