Mercurial > hg > lib > markup
view emacs/xml-hack.el @ 4:56508a6033a9
minutor chunk hacking
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Tue, 25 May 2021 14:01:26 -0400 |
parents | 509549c55989 |
children |
line wrap: on
line source
(defun sgml-tag-again () "Insert another of the tag we're in as sibling" (interactive ) (let ((elt (sgml-find-element-of (point)))) (sgml-up-element) (sgml-insert-element elt))) (define-key sgml-mode-map "\C-cn" 'sgml-tag-again)