diff options
| author | Lars Ingebrigtsen | 2020-04-30 06:05:17 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-04-30 06:05:26 +0200 |
| commit | 6c1b12e7d2ff38e313eae97bfd01746ecacdb02f (patch) | |
| tree | 9df52d6f67c91d5107b6d2af3af8df952264733b /etc | |
| parent | 0a982c077e7393d865622ff780906a0cb252348d (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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, |
| 359 | such as "2020-01-15T16:12:21-08:00". | 359 | such 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. |
| 363 | Previously, passing ":coding nil" to either of these functions would | 366 | Previously, passing ":coding nil" to either of these functions would |