From 33933d45beb4ab3b66b421a970fc9d3ab18e9acc Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 7 Jan 1998 10:31:09 +0000 Subject: Customized. --- lisp/expand.el | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) (limited to 'lisp/expand.el') diff --git a/lisp/expand.el b/lisp/expand.el index 51a12139897..3741a1496e4 100644 --- a/lisp/expand.el +++ b/lisp/expand.el @@ -74,14 +74,24 @@ ;;; Constants: -(defvar expand-load-hook nil - "Hooks run when `expand.el' is loaded.") - -(defvar expand-expand-hook nil - "Hooks run when an abbrev made by `expand-add-abbrevs' is expanded.") - -(defvar expand-jump-hook nil - "Hooks run by `expand-jump-to-previous-slot' and `expand-jump-to-next-slot'.") +(defgroup expand nil + "Make abbreviations more usable." + :group 'abbrev) + +(defcustom expand-load-hook nil + "Hooks run when `expand.el' is loaded." + :type 'hook + :group 'expand) + +(defcustom expand-expand-hook nil + "Hooks run when an abbrev made by `expand-add-abbrevs' is expanded." + :type 'hook + :group 'expand) + +(defcustom expand-jump-hook nil + "Hooks run by `expand-jump-to-previous-slot' and `expand-jump-to-next-slot'." + :type 'hook + :group 'expand) ;;; Samples: -- cgit v1.2.1