(sgml-tag): Default skeleton-transformation to `identity'.

This commit is contained in:
Mike Williams 2002-05-14 09:51:03 +00:00
parent 6ba0fd3eb9
commit 51df53f840
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2002-05-14 Mike Williams <mdub@bigfoot.com>
* textmodes/sgml-mode.el (sgml-tag): Default
skeleton-transformation to `identity'.
2002-05-14 Francesco Potorti` <pot@gnu.org>
* shell.el (shell-mode): Make second part of initialisation

View file

@ -571,7 +571,7 @@ Completion and configuration are done according to `sgml-tag-alist'.
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
(funcall (or skeleton-transformation 'identity)
(completing-read "Tag: " sgml-tag-alist))
?< str |
(("") -1 '(undo-boundary) (identity "&lt;")) | ; see comment above