diff options
author | jao <jao@gnu.org> | 2025-09-16 02:06:41 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-16 02:06:41 +0100 |
commit | a8c6d4c289fddfbf8eaf415876d5f31e88e18bc6 (patch) | |
tree | da1aa6b83a4db4d5c86e3aa5dc9b2088e4e8e842 | |
parent | c70205fe5e16b25a88c5ca78e42d404ab236e946 (diff) | |
download | elibs-a8c6d4c289fddfbf8eaf415876d5f31e88e18bc6.tar.gz elibs-a8c6d4c289fddfbf8eaf415876d5f31e88e18bc6.tar.bz2 |
typo
-rw-r--r-- | custom/jao-custom-browse.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/jao-custom-browse.el b/custom/jao-custom-browse.el index 5b956e7..37f4c9f 100644 --- a/custom/jao-custom-browse.el +++ b/custom/jao-custom-browse.el @@ -247,5 +247,5 @@ (shell-command-to-string subs) (shell-command (format "r2e run %s" name))))))) -(provide 'jao-custom-org) -;;; jao-custom-org.el ends here +(provide 'jao-custom-browse) +;;; jao-custom-browse.el ends here |