+2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
+
+ * textmodes/sgml-mode.el: Revert last change.
+
2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* printing.el: Group together all XEmacs/Emacs definitions.
"Prompt for a tag and insert it, optionally with attributes.
Completion and configuration are done according to `sgml-tag-alist'.
If you like tags and attributes in uppercase do \\[set-variable]
-`sgml-transformation-function' RET `upcase' RET, or put this
+`skeleton-transformation-function' RET `upcase' RET, or put this
in your `.emacs':
(setq sgml-transformation-function 'upcase)"
- (funcall (or sgml-transformation-function 'identity)
+ (funcall (or skeleton-transformation-function 'identity)
(setq sgml-tag-last
(completing-read
(if (> (length sgml-tag-last) 0)