From: Richard M. Stallman Date: Tue, 22 Apr 1997 04:32:00 +0000 (+0000) Subject: (sgml-transformation): Fix previous change. X-Git-Tag: emacs-20.1~2415 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c60e7b0d7c505f1d60b514918a60508aebd55ae6;p=emacs.git (sgml-transformation): Fix previous change. --- diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 5102e87b024..ca86fee221d 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -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: ")