From: rearman Date: Fri, 22 Aug 2025 19:02:03 +0000 (-0400) Subject: Actually provide the feature X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=3d155ef5e3431750b80c81703ffc98b1ca1c945f;p=emacsinit.git Actually provide the feature --- diff --git a/re/re-vc-defuns.el b/re/re-vc-defuns.el index b5b9ab3..b0bd07e 100644 --- a/re/re-vc-defuns.el +++ b/re/re-vc-defuns.el @@ -48,4 +48,5 @@ With arg, ask for remote, otherwise fetch all." (goto-char (point-min)) (special-mode))) +(provide 're-vc-defuns) ;;; re-vc-defuns.el ends here