diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2022-02-21 18:20:00 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2022-02-22 11:36:45 +0100 |
| commit | f321409f4d67dff38220ed479b88d9e6b88b2dee (patch) | |
| tree | 22f27b305c6b31ca6dade5a7ecc84cf170a9f4da /docs | |
| parent | 9b94654921d511ff80d48122481cde02828492db (diff) | |
Rename magit-utils.el to magit-base.el
It hasn't been true for quite some time that this library only (or
even just mostly) defined things that have "very little to do with
Git or Magit", and it is time to account for that.
"magit-base.el" serves a role similar to that of "magit-core.el",
except that it comes even earlier in the dependency tree. For that
reason other libraries that depend on one or more of the libraries
that `magit-base' depends on should just require that feature.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile | 2 | ||||
| -rw-r--r-- | docs/magit-section.org | 4 | ||||
| -rw-r--r-- | docs/magit.org | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/Makefile b/docs/Makefile index aa160ab..8fb7dae 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -165,7 +165,7 @@ release-manuals: $(PUBLISH_TARGETS) # Lisp ############################################################### -# When making changes here, then also adjust the copy in magit-utils.el. +# When making changes here, then also adjust the copy in magit-base.el. define ORG_MAN_EXPORT (advice-add 'org-man-export :around 'org-man-export--magit-gitman) (defun org-man-export--magit-gitman (fn link description format) diff --git a/docs/magit-section.org b/docs/magit-section.org index bda34a7..deb8769 100644 --- a/docs/magit-section.org +++ b/docs/magit-section.org @@ -269,8 +269,8 @@ General Public License for more details. # IMPORTANT: Also update ORG_ARGS and ORG_EVAL in the Makefile. # Local Variables: -# eval: (require 'magit-utils nil t) -# eval: (require 'ol-man nil t) +# eval: (require 'magit-base nil t) +# eval: (require 'ol-man nil t) # indent-tabs-mode: nil # org-src-preserve-indentation: nil # End: diff --git a/docs/magit.org b/docs/magit.org index a88dde8..7cfcb5e 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -9132,8 +9132,8 @@ General Public License for more details. # IMPORTANT: Also update ORG_ARGS and ORG_EVAL in the Makefile. # Local Variables: -# eval: (require 'magit-utils nil t) -# eval: (require 'ol-man nil t) +# eval: (require 'magit-base nil t) +# eval: (require 'ol-man nil t) # indent-tabs-mode: nil # org-src-preserve-indentation: nil # End: |
