From: Glenn Morris Date: Sat, 21 Feb 2015 00:36:54 +0000 (-0500) Subject: # ChangeLog fix X-Git-Tag: emacs-25.0.90~2564^2~336 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ee99b6fbde4a58e7be24c46e19ff8faadbe704f;p=emacs.git # ChangeLog fix --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce1a8c2c0f9..925f51b6557 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1384,9 +1384,6 @@ 2015-01-17 Ivan Shmakov - * url/url-cookie.el (url-cookie-write-file): Let-bind print-length - and print-level to nil to avoid writing a garbled list. (Bug#16805) - * files.el (find-file-other-window, find-file-other-frame): Use mapc instead of mapcar. (Bug#18175) diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 920d692d319..0f464135840 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -4,6 +4,11 @@ * url-dav.el (url-dav-delete-directory, url-dav-delete-file) (url-dav-directory-files): Keep diagnostics consistent with system's. +2015-01-17 Ivan Shmakov + + * url-cookie.el (url-cookie-write-file): Let-bind print-length + and print-level to nil to avoid writing a garbled list. (Bug#16805) + 2014-12-12 Lars Magne Ingebrigtsen * url-http.el (url-http-parse-headers): `gnutls-available-p' is