From: Michael Olson Date: Sat, 17 May 2008 06:22:22 +0000 (+0000) Subject: edo: do not emit trailing newline X-Git-Tag: emacs-pretest-23.0.90~5472 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a22467fed0e35c777aad73de78b427a42dfe0fbe;p=emacs.git edo: do not emit trailing newline --- diff --git a/lisp/ido.el b/lisp/ido.el index 41761fd20e4..d4a84780505 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)))))