diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-03-22 22:09:19 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-03-22 22:09:19 +0100 |
| commit | 3d9376af96e4f88b51599ad6b1a34748fa60d702 (patch) | |
| tree | f52f80ca626bb06b6ee81862f7d5e519a8d0567d /lisp/magit-git.el | |
| parent | f44c6424ce03dd2536b8e8833ea3b2405f93fdba (diff) | |
Declare crm-prompt for released Emacs versions
Diffstat (limited to 'lisp/magit-git.el')
| -rw-r--r-- | lisp/magit-git.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/magit-git.el b/lisp/magit-git.el index 0741b92..2bb6c0e 100644 --- a/lisp/magit-git.el +++ b/lisp/magit-git.el @@ -71,6 +71,8 @@ (cl-pushnew 'orig-rev eieio--known-slot-names) (cl-pushnew 'number eieio--known-slot-names)) +(defvar crm-prompt) ; Emacs 31.1 + ;;; Options ;; For now this is shared between `magit-process' and `magit-git'. |
