aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2020-04-30 06:05:17 +0200
committerLars Ingebrigtsen2020-04-30 06:05:26 +0200
commit6c1b12e7d2ff38e313eae97bfd01746ecacdb02f (patch)
tree9df52d6f67c91d5107b6d2af3af8df952264733b /etc
parent0a982c077e7393d865622ff780906a0cb252348d (diff)
downloademacs-6c1b12e7d2ff38e313eae97bfd01746ecacdb02f.tar.gz
emacs-6c1b12e7d2ff38e313eae97bfd01746ecacdb02f.zip
Add new function dom-remove-attribute
* doc/lispref/text.texi (Document Object Model): Document it. * lisp/dom.el (dom-remove-attribute): Add new function.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 025d5c14a78..c4911726a85 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -358,6 +358,9 @@ optional argument specifying whether to follow symbolic links.
358** 'parse-time-string' can now parse ISO 8601 format strings, 358** 'parse-time-string' can now parse ISO 8601 format strings,
359such as "2020-01-15T16:12:21-08:00". 359such as "2020-01-15T16:12:21-08:00".
360 360
361+++
362** The new function 'dom-remove-attribute' has been added.
363
361--- 364---
362** 'make-network-process', 'make-serial-process' :coding behavior change. 365** 'make-network-process', 'make-serial-process' :coding behavior change.
363Previously, passing ":coding nil" to either of these functions would 366Previously, passing ":coding nil" to either of these functions would