+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
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)) ?>