Mercurial > emacs
changeset 17530:9fb83ef40566
(sgml-transformation): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 22 Apr 1997 04:32:00 +0000 |
parents | d74be66ca177 |
children | b891e41b4011 |
files | lisp/textmodes/sgml-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: ")