Mercurial > hg > xemacs-beta
diff lisp/abbrev.el @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 41ff10fd062f |
children | c5d627a313b1 |
line wrap: on
line diff
--- a/lisp/abbrev.el Mon Aug 13 10:11:42 2007 +0200 +++ b/lisp/abbrev.el Mon Aug 13 10:12:37 2007 +0200 @@ -32,6 +32,15 @@ ;;; Code: +(defgroup abbrev nil + "Abbreviation handling, typing shortcuts, macros." + :tag "Abbreviations" + :group 'editing) + +(defgroup abbrev-mode nil + "Word abbreviations mode." + :group 'abbrev) + ;jwz: this is preloaded so don't ;;;###autoload (defcustom only-global-abbrevs nil "\ *Non-nil means user plans to use global abbrevs only.