1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
emacs/lisp/nxml
Lars Ingebrigtsen d4fce73943 Only insert XML declarations in nxml-mode when the buffer is empty
* lisp/nxml/nxml-mode.el (nxml-mode): Don't insert the XML
declaration unless it's an empty buffer (bug#24978).  This avoids
the problem of the declaration being inserted by mistake when
opening XML files from archives and the like -- the file doesn't
exist on the file system there, either, so it would typically lead
to doubled XML declarations.
2019-07-27 14:01:10 +02:00
..
nxml-enc.el
nxml-maint.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
nxml-mode.el Only insert XML declarations in nxml-mode when the buffer is empty 2019-07-27 14:01:10 +02:00
nxml-ns.el
nxml-outln.el
nxml-parse.el
nxml-rap.el Keep nxml prolog updated via syntax-propertize 2019-06-05 20:30:23 -04:00
nxml-util.el
rng-cmpct.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
rng-dt.el
rng-loc.el
rng-maint.el
rng-match.el
rng-nxml.el Fix more regular expression typos 2019-03-18 17:02:29 -07:00
rng-parse.el
rng-pttrn.el
rng-uri.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
rng-util.el
rng-valid.el
rng-xsd.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
xmltok.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
xsd-regexp.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00