# HG changeset patch # User Michael Olson # Date 1211005342 0 # Node ID c7ed52f9bfa6a71f843a3b83bc5af72eaf564544 # Parent a0bcfbed4a56df759ea161e41fc35a03acb7f51d edo: do not emit trailing newline diff -r a0bcfbed4a56 -r c7ed52f9bfa6 lisp/ido.el --- a/lisp/ido.el Sat May 17 00:04:07 2008 +0000 +++ b/lisp/ido.el Sat May 17 06:22:22 2008 +0000 @@ -1315,7 +1315,6 @@ (if (listp ido-unc-hosts-cache) (ido-pp 'ido-unc-hosts-cache) (insert "\n;; ----- ido-unc-hosts-cache -----\nt\n")) - (insert "\n") (write-file ido-save-directory-list-file nil)) (kill-buffer buf)))))