We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43079b commit bc8e0f8Copy full SHA for bc8e0f8
lisp/concat.el
@@ -38,7 +38,7 @@
38
39
(eask-with-verbosity 'log
40
(with-temp-buffer
41
- (eask-progress-seq " - Visiting" files "append! ✓" #'insert-file-contents)
+ (eask-progress-seq " - Visiting" files "appended! ✓" #'insert-file-contents)
42
(write-region (buffer-string) nil target-filename)
43
(eask-info "Done. (Wrote file in %s)" target-filename)))))
44
0 commit comments