1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(sgml-tag): Fix bug: Call sgml-transformation-function.

This commit is contained in:
Thien-Thi Nguyen 2007-05-17 13:33:12 +00:00
parent 10e3e762bf
commit 992aa6b715
2 changed files with 7 additions and 2 deletions

View file

@ -619,10 +619,10 @@ This only works for Latin-1 input."
"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]
`skeleton-transformation-function' RET `upcase' RET, or put this
`sgml-transformation-function' RET `upcase' RET, or put this
in your `.emacs':
(setq sgml-transformation-function 'upcase)"
(funcall (or skeleton-transformation-function 'identity)
(funcall (or sgml-transformation-function 'identity)
(setq sgml-tag-last
(completing-read
(if (> (length sgml-tag-last) 0)