diff options
| -rw-r--r-- | lisp/ido.el | 1 |
1 files changed, 0 insertions, 1 deletions
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.") | |||
| 1315 | (if (listp ido-unc-hosts-cache) | 1315 | (if (listp ido-unc-hosts-cache) |
| 1316 | (ido-pp 'ido-unc-hosts-cache) | 1316 | (ido-pp 'ido-unc-hosts-cache) |
| 1317 | (insert "\n;; ----- ido-unc-hosts-cache -----\nt\n")) | 1317 | (insert "\n;; ----- ido-unc-hosts-cache -----\nt\n")) |
| 1318 | (insert "\n") | ||
| 1319 | (write-file ido-save-directory-list-file nil)) | 1318 | (write-file ido-save-directory-list-file nil)) |
| 1320 | (kill-buffer buf))))) | 1319 | (kill-buffer buf))))) |
| 1321 | 1320 | ||