aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorThien-Thi Nguyen2007-05-18 09:35:40 +0000
committerThien-Thi Nguyen2007-05-18 09:35:40 +0000
commit317b4839284de8f2d967776dc1c1459c748ecf54 (patch)
treebad2fcae44c8fa04ec030585fc5b8d45e7c323aa /lisp/textmodes
parentcabfc1bcd65a90944886c6da8120a0cafcc3922e (diff)
downloademacs-317b4839284de8f2d967776dc1c1459c748ecf54.tar.gz
emacs-317b4839284de8f2d967776dc1c1459c748ecf54.zip
Revert last change.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/sgml-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index e8beed036c2..51ff5e48a34 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -619,10 +619,10 @@ This only works for Latin-1 input."
619 "Prompt for a tag and insert it, optionally with attributes. 619 "Prompt for a tag and insert it, optionally with attributes.
620Completion and configuration are done according to `sgml-tag-alist'. 620Completion and configuration are done according to `sgml-tag-alist'.
621If you like tags and attributes in uppercase do \\[set-variable] 621If you like tags and attributes in uppercase do \\[set-variable]
622`sgml-transformation-function' RET `upcase' RET, or put this 622`skeleton-transformation-function' RET `upcase' RET, or put this
623in your `.emacs': 623in your `.emacs':
624 (setq sgml-transformation-function 'upcase)" 624 (setq sgml-transformation-function 'upcase)"
625 (funcall (or sgml-transformation-function 'identity) 625 (funcall (or skeleton-transformation-function 'identity)
626 (setq sgml-tag-last 626 (setq sgml-tag-last
627 (completing-read 627 (completing-read
628 (if (> (length sgml-tag-last) 0) 628 (if (> (length sgml-tag-last) 0)