Mercurial > hg > xemacs-beta
diff lisp/files.el @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 2c611d1463a6 |
children | 41f2f0e326e9 |
line wrap: on
line diff
--- a/lisp/files.el Mon Aug 13 10:11:42 2007 +0200 +++ b/lisp/files.el Mon Aug 13 10:12:37 2007 +0200 @@ -40,6 +40,10 @@ (defvar coding-system-for-read) (defvar buffer-file-coding-system) +(defgroup files nil + "Support editing files." + :group 'emacs) + (defgroup backup nil "Backups of edited data files." :group 'files)