Mercurial > emacs
changeset 80959:893a0d94013d
Revert last change.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Fri, 18 May 2007 09:34:07 +0000 |
parents | eddaea3f8752 |
children | 79ef130353a1 |
files | lisp/textmodes/sgml-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)