diff options
| author | Mike Lamb | 2012-01-23 00:12:10 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-01-23 00:12:10 -0800 |
| commit | 802a2ae21ff07fa801aa8de843a9b9d496fb459a (patch) | |
| tree | ed7a4036c0e132b7c1e63212062a77c593ab0a05 /lisp/ChangeLog | |
| parent | f088cb8b2feeea6989e1491029096e0c35577f06 (diff) | |
| download | emacs-802a2ae21ff07fa801aa8de843a9b9d496fb459a.tar.gz emacs-802a2ae21ff07fa801aa8de843a9b9d496fb459a.zip | |
Handle comments in eshell-read-hosts-file (tiny change)
* lisp/eshell/esh-util.el (eshell-read-hosts-file): Skip comment lines.
Fixes: debbugs:10549
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 96c18714709..297043fa12b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * eshell/esh-util.el (eshell-read-hosts-file): | ||
| 4 | Skip comment lines. (Bug#10549) | ||
| 5 | |||
| 1 | 2012-01-23 Juanma Barranquero <lekktu@gmail.com> | 6 | 2012-01-23 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * subr.el (display-delayed-warnings): Doc fix. | 8 | * subr.el (display-delayed-warnings): Doc fix. |