diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-04-15 19:45:30 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-04-15 19:45:30 +0200 |
| commit | bb691e662d1de8761a231dbe7988643b26954d81 (patch) | |
| tree | f5d94685ba76b2e4f98e30a6131c4fb1e7914196 /lisp/magit-git.el | |
| parent | 7db107c03a1d52f1de3bca4282e3dc9ca2ddeed7 (diff) | |
magit-git-dir: Fix obsolescence declaration
Diffstat (limited to 'lisp/magit-git.el')
| -rw-r--r-- | lisp/magit-git.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-git.el b/lisp/magit-git.el index 29e00bf..3b311cb 100644 --- a/lisp/magit-git.el +++ b/lisp/magit-git.el @@ -814,7 +814,7 @@ Also see `magit-git-config-p'." (defun magit-git-dir (&optional path) "Like (expand-file-name PATH (magit-gitdir)) or just (magit-gitdir)." - (declare (obsolete 'magit-gitdir "Magit 4.0.0")) + (declare (obsolete magit-gitdir "Magit 4.0.0")) (and-let* ((dir (magit-gitdir))) (if path (expand-file-name (convert-standard-filename path) dir) |
