diff options
| author | Richard M. Stallman | 2014-03-22 17:08:47 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-03-22 17:08:47 -0700 |
| commit | 9e37f3b9c3321029fb12479c1e1bbba7e708f8f5 (patch) | |
| tree | faaf583c2158a3afe3d561230cfdc9f87db80d05 /lisp/ChangeLog | |
| parent | 3e702d1649d4f4f67ed355a26ff707733c39e6d8 (diff) | |
| download | emacs-9e37f3b9c3321029fb12479c1e1bbba7e708f8f5.tar.gz emacs-9e37f3b9c3321029fb12479c1e1bbba7e708f8f5.zip | |
Backport Yeeloong battery.el fix from trunk
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00782.html
* lisp/battery.el (battery-linux-sysfs):
Search for each field from the beginning of the buffer.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7cf7d50118c..24248ded265 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-03-23 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * battery.el (battery-linux-sysfs): Search for each field | ||
| 4 | from the beginning of the buffer. | ||
| 5 | |||
| 1 | 2014-03-22 Dmitry Gutov <dgutov@yandex.ru> | 6 | 2014-03-22 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 7 | ||
| 3 | * emacs-lisp/package.el (package-desc): Use the contents of the | 8 | * emacs-lisp/package.el (package-desc): Use the contents of the |