aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorMichael Olson <[email protected]>2008-05-17 06:22:22 +0000
committerMichael Olson <[email protected]>2008-05-17 06:22:22 +0000
commita22467fed0e35c777aad73de78b427a42dfe0fbe (patch)
tree751a483382790a656c584408057b73403564b7c4 /lisp/ido.el
parent1915fb444e02acabc2c76147502b525960095b5c (diff)
edo: do not emit trailing newline
Diffstat (limited to 'lisp/ido.el')
-rw-r--r--lisp/ido.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index 41761fd20e..d4a8478050 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -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)))))