summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/local-repository.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/local-repository.el b/modules/local-repository.el
index f99e20a1..151323c3 100644
--- a/modules/local-repository.el
+++ b/modules/local-repository.el
@@ -31,7 +31,7 @@ preferred, this must be a higher number than any other repositories.")
It's a good idea to keep this with the rest of your configuration files and
keep them in source control.")
-(defun localrepo-update-repository ()
+(defun cj/update-localrepo-repository ()
"Update the local repository with currently installed packages."
(interactive)
(elpamr-create-mirror-for-installed localrepo-repository-location t))