# HG changeset patch # User Mike Williams # Date 1021369819 0 # Node ID 6373f485f3c24a20d19c14720bf7521fc6073d68 # Parent dc0eece6818b475e8ce184b04ddbabd83a5cc775 (sgml-tag): Default skeleton-transformation to `identity'. diff -r dc0eece6818b -r 6373f485f3c2 lisp/textmodes/sgml-mode.el --- a/lisp/textmodes/sgml-mode.el Tue May 14 08:46:00 2002 +0000 +++ b/lisp/textmodes/sgml-mode.el Tue May 14 09:50:19 2002 +0000 @@ -571,8 +571,8 @@ If you like tags and attributes in uppercase do \\[set-variable] skeleton-transformation RET upcase RET, or put this in your `.emacs': (setq sgml-transformation 'upcase)" - (funcall skeleton-transformation - (completing-read "Tag: " sgml-tag-alist)) + (funcall (or skeleton-transformation 'identity) + (completing-read "Tag: " sgml-tag-alist)) ?< str | (("") -1 '(undo-boundary) (identity "<")) | ; see comment above `(("") '(setq v2 (sgml-attributes ,str t)) ?>