changeset 95057:c7ed52f9bfa6

edo: do not emit trailing newline
author Michael Olson <mwolson@gnu.org>
date Sat, 17 May 2008 06:22:22 +0000
parents a0bcfbed4a56
children 9cc2c84570ae
files lisp/ido.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))))