diff options
| author | Lars Magne Ingebrigtsen | 2015-02-22 13:09:47 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2015-02-22 13:09:54 +0100 |
| commit | 32af8a39c46c01a1fe113a676a31e8f8123b1c2f (patch) | |
| tree | 0cbfbdcaeec708f56750d4e3f9e83e731945c30f | |
| parent | f113707a071b5b35224861ddba3db881d74a164e (diff) | |
| download | emacs-32af8a39c46c01a1fe113a676a31e8f8123b1c2f.tar.gz emacs-32af8a39c46c01a1fe113a676a31e8f8123b1c2f.zip | |
* lisp/dom.el (dom-previous-sibling): New function.
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 04aaed6a202..b4c6d0be8ef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2015-02-22 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * dom.el (dom-previous-sibling): New function. | ||
| 4 | |||
| 1 | 2015-02-21 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2015-02-21 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * bindings.el (ctl-x-map): There is no 'C-;'. | 7 | * bindings.el (ctl-x-map): There is no 'C-;'. |