summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-10 21:09:40 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-10 21:09:40 +0000
commit6bfd72d6185072fc6d70d71a1dc15efaf0ade226 (patch)
treec60c180eb1bc78a7caf4d54806ccf6fc788c0cea /lisp
parent082f8f48cc41a3120a3c46fc58a6b50b518a84fc (diff)
downloademacs-6bfd72d6185072fc6d70d71a1dc15efaf0ade226.tar.gz
Add provide call.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/dired-aux.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 89ce64a7350..38912d60cac 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -1856,4 +1856,6 @@ Use \\[dired-hide-subdir] to (un)hide a particular subdirectory."
;;;###end dired-ins.el
+(provide 'dired-aux)
+
;;; dired-aux.el ends here