Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
00fb1270
Commit
00fb1270
authored
Aug 08, 2018
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* test/lisp/wdired-tests.el (wdired-test-unfinished-edit-01): Fix typo.
parent
18588bce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/lisp/wdired-tests.el
test/lisp/wdired-tests.el
+2
-2
No files found.
test/lisp/wdired-tests.el
View file @
00fb1270
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment