# HG changeset patch # User Richard M. Stallman # Date 861683520 0 # Node ID 9fb83ef40566ea02ec81f3d7ca5f4423c2ce9013 # Parent d74be66ca177a7811a6422f9af6e54306dd2e393 (sgml-transformation): Fix previous change. diff -r d74be66ca177 -r 9fb83ef40566 lisp/textmodes/sgml-mode.el --- a/lisp/textmodes/sgml-mode.el Tue Apr 22 01:17:06 1997 +0000 +++ b/lisp/textmodes/sgml-mode.el Tue Apr 22 04:32:00 1997 +0000 @@ -39,7 +39,7 @@ (defcustom sgml-transformation nil "*Default value for `skeleton-transformation' (which see) in SGML mode." :type 'function - :group sgml) + :group 'sgml) (put 'sgml-transformation 'variable-interactive "aTransformation function: ")