diff options
| author | Eli Zaretskii | 2015-04-05 16:05:31 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-04-05 16:05:31 +0300 |
| commit | bf8194688ece7677083075b3a2443d9d1ac24e28 (patch) | |
| tree | afbcab966942329d4f7c3d98c035dc6ed31778b0 | |
| parent | 2056db3fada56038664c4fa079ef1e034f64e3a5 (diff) | |
| download | emacs-bf8194688ece7677083075b3a2443d9d1ac24e28.tar.gz emacs-bf8194688ece7677083075b3a2443d9d1ac24e28.zip | |
Fix lisp/ChangeLog formatting.
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 643ea78de71..7f2e9987fe5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -49,6 +49,7 @@ | |||
| 49 | * net/browse-url.el (browse-url-firefox-program): Prefer IceCat, doc. | 49 | * net/browse-url.el (browse-url-firefox-program): Prefer IceCat, doc. |
| 50 | (browse-url-firefox-arguments) | 50 | (browse-url-firefox-arguments) |
| 51 | (browse-url-firefox-startup-arguments): Doc fix. | 51 | (browse-url-firefox-startup-arguments): Doc fix. |
| 52 | |||
| 52 | 2015-04-05 Artur Malabarba <bruce.connor.am@gmail.com> | 53 | 2015-04-05 Artur Malabarba <bruce.connor.am@gmail.com> |
| 53 | 54 | ||
| 54 | * emacs-lisp/package.el: Add package-initialize to user-init-file. | 55 | * emacs-lisp/package.el: Add package-initialize to user-init-file. |
| @@ -256,6 +257,7 @@ | |||
| 256 | (Bug#20084) | 257 | (Bug#20084) |
| 257 | 258 | ||
| 258 | 2015-03-26 Daniel Colascione <dancol@dancol.org> | 259 | 2015-03-26 Daniel Colascione <dancol@dancol.org> |
| 260 | |||
| 259 | * progmodes/python.el | 261 | * progmodes/python.el |
| 260 | (python-indent-guess-indent-offset-verbose): New defcustom. | 262 | (python-indent-guess-indent-offset-verbose): New defcustom. |
| 261 | (python-indent-guess-indent-offset): Use it. | 263 | (python-indent-guess-indent-offset): Use it. |