Skip to content

Commit

Permalink
Silence byte-compiler on Emacs 26.3 and older
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jul 23, 2023
1 parent f620d68 commit eba1e85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisp/magit-process.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
(require 'ansi-color)
(require 'with-editor)

(defvar y-or-n-p-map)

;;; Options

(defcustom magit-process-connection-type (not (eq system-type 'cygwin))
Expand Down

0 comments on commit eba1e85

Please sign in to comment.