aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-dired.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-09-30 10:07:34 -0400
committerBardofSprites <[email protected]>2024-09-30 10:07:34 -0400
commit891290ce07d4d00477414789502f570a3a8f8cf3 (patch)
tree2ff3beaa6fb45b638a30a5108665c1319c8ad158 /bard-emacs-modules/bard-emacs-dired.el
parentd86da14a611d14be0e1dd2b570f07b7c578cb415 (diff)
add provide and remove license
Diffstat (limited to 'bard-emacs-modules/bard-emacs-dired.el')
-rw-r--r--bard-emacs-modules/bard-emacs-dired.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-dired.el b/bard-emacs-modules/bard-emacs-dired.el
index ed11895..2019894 100644
--- a/bard-emacs-modules/bard-emacs-dired.el
+++ b/bard-emacs-modules/bard-emacs-dired.el
@@ -67,3 +67,5 @@ open and unsaved."
(find-file filename)
(call-interactively command))
(dired-get-marked-files))))
+
+(provide 'bard-emacs-dired)