]> git.eshelyaron.com Git - emacs.git/commitdiff
edo: do not emit trailing newline
authorMichael Olson <mwolson@gnu.org>
Sat, 17 May 2008 06:22:22 +0000 (06:22 +0000)
committerMichael Olson <mwolson@gnu.org>
Sat, 17 May 2008 06:22:22 +0000 (06:22 +0000)
lisp/ido.el

index 41761fd20e43b1ea7817ff43800f90feb4b43375..d4a84780505c88e74d6c33e73a59909c8ed48381 100644 (file)
@@ -1315,7 +1315,6 @@ Value is an integer which is number of chars to right of prompt.")
            (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)))))