diff options
| author | Lars Magne Ingebrigtsen | 2014-11-23 18:31:47 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2014-11-23 18:31:47 +0100 |
| commit | 2c783bb66163278e77af333c02feaba1443c5e84 (patch) | |
| tree | 5b466030d241b63082f6a65cb06363742a8093f6 /lisp | |
| parent | 79d187f4cac1028913fcba25051b8e324b817ae1 (diff) | |
| download | emacs-2c783bb66163278e77af333c02feaba1443c5e84.tar.gz emacs-2c783bb66163278e77af333c02feaba1443c5e84.zip | |
Fix bug marking
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 799c7749ec4..c3a01dac664 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * net/eww.el (eww-browse-url): Optionally create new eww buffer. | 3 | * net/eww.el (eww-browse-url): Optionally create new eww buffer. |
| 4 | (eww-follow-link): Follow in new buffer in case of prefix | 4 | (eww-follow-link): Follow in new buffer in case of prefix |
| 5 | argument, open externally with double prefix. | 5 | argument, open externally with double prefix (bug#19130). |
| 6 | 6 | ||
| 7 | 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 8 | 8 | ||