From 317b4839284de8f2d967776dc1c1459c748ecf54 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 18 May 2007 09:35:40 +0000 Subject: [PATCH] Revert last change. --- lisp/ChangeLog | 4 ++++ lisp/textmodes/sgml-mode.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dbf05c90c5f..f07d8b109fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-05-18 Thien-Thi Nguyen + + * textmodes/sgml-mode.el: Revert last change. + 2007-05-17 Vinicius Jose Latorre * printing.el: Group together all XEmacs/Emacs definitions. 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." "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] -`sgml-transformation-function' RET `upcase' RET, or put this +`skeleton-transformation-function' RET `upcase' RET, or put this in your `.emacs': (setq sgml-transformation-function 'upcase)" - (funcall (or sgml-transformation-function 'identity) + (funcall (or skeleton-transformation-function 'identity) (setq sgml-tag-last (completing-read (if (> (length sgml-tag-last) 0) -- 2.39.2