emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 00fb127: * test/lisp/wdired-tests.el (wdired-test


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 00fb127: * test/lisp/wdired-tests.el (wdired-test-unfinished-edit-01): Fix typo.
Date: Wed, 8 Aug 2018 19:58:39 -0400 (EDT)

branch: emacs-26
commit 00fb12703142938e7dfcfb0b3373a38f1dddecc0
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/lisp/wdired-tests.el (wdired-test-unfinished-edit-01): Fix typo.
---
 test/lisp/wdired-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/lisp/wdired-tests.el b/test/lisp/wdired-tests.el
index b4ef4ab..f1ec4af 100644
--- a/test/lisp/wdired-tests.el
+++ b/test/lisp/wdired-tests.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]