* test/lisp/wdired-tests.el (wdired-test-unfinished-edit-01): Fix typo.

This commit is contained in:
Glenn Morris 2018-08-08 19:58:29 -04:00
parent 18588bce36
commit 00fb127031

View file

@ -116,13 +116,13 @@ wdired-mode."
(kill-region (point) (progn (search-forward ".")
(forward-char -1) (point)))
(insert replace)
(should (equal (dired-get-filename) new-file))))
(should (equal (dired-get-filename) new-file)))
(when buf
(with-current-buffer buf
;; Prevent kill-buffer-query-functions from chiming in.
(set-buffer-modified-p nil)
(kill-buffer buf)))
(delete-directory test-dir t))))
(delete-directory test-dir t)))))
(provide 'wdired-tests)