Skip to content

Commit

Permalink
avoid compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 26, 2024
1 parent d18a271 commit 48e9923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jcs-modeline.el
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@ mouse-1: Reveal project in folder" project)
:type 'list
:group 'jcs-modeline)

(declare-function vc-git--symbolic-ref "vc-git.el")

(defun jcs-modeline--render-vc-info ()
"Return `vc-mode' information."
(when-let* ((bfn (buffer-file-name))
Expand Down

0 comments on commit 48e9923

Please sign in to comment.