emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/sgml-mode.el


From: Mike Williams
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/sgml-mode.el
Date: Tue, 14 May 2002 05:50:19 -0400

Index: emacs/lisp/textmodes/sgml-mode.el
diff -c emacs/lisp/textmodes/sgml-mode.el:1.85 
emacs/lisp/textmodes/sgml-mode.el:1.86
*** emacs/lisp/textmodes/sgml-mode.el:1.85      Sun May 12 13:29:29 2002
--- emacs/lisp/textmodes/sgml-mode.el   Tue May 14 05:50:19 2002
***************
*** 571,578 ****
  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))
    ?< str |
    (("") -1 '(undo-boundary) (identity "&lt;")) |      ; see comment above
    `(("") '(setq v2 (sgml-attributes ,str t)) ?>
--- 571,578 ----
  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 (or skeleton-transformation 'identity)
!            (completing-read "Tag: " sgml-tag-alist))
    ?< str |
    (("") -1 '(undo-boundary) (identity "&lt;")) |      ; see comment above
    `(("") '(setq v2 (sgml-attributes ,str t)) ?>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]