# HG changeset patch # User Thien-Thi Nguyen # Date 1179480847 0 # Node ID 893a0d94013d8651559f41e24cd1a3c9a6e87e38 # Parent eddaea3f8752937d09b63fbdc716f251904b1e41 Revert last change. diff -r eddaea3f8752 -r 893a0d94013d lisp/textmodes/sgml-mode.el --- a/lisp/textmodes/sgml-mode.el Fri May 18 08:45:29 2007 +0000 +++ b/lisp/textmodes/sgml-mode.el Fri May 18 09:34:07 2007 +0000 @@ -619,10 +619,10 @@ "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)