diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2012-02-24 09:11:00 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2012-02-24 09:11:00 +0100 |
commit | 914260cdbd985a2021b4905eedc8151afd226e06 (patch) | |
tree | a92ee1ae8a52accbae40cbe8041271284546b521 /lisp/ChangeLog | |
parent | 50fc698ea889b2439723497ddde594b19db209d5 (diff) | |
download | emacs-914260cdbd985a2021b4905eedc8151afd226e06.tar.gz |
* net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines. (Bug#10874)
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 220ffd72d82..46d8ca44a0a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-02-24 Michael Albinus <michael.albinus@gmx.de> + + * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines. + (Bug#10874) + 2012-02-23 Alan Mackenzie <acm@muc.de> * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra |