emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/go-mode 8e413db 035/495: require diff-mode during compilat


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode 8e413db 035/495: require diff-mode during compilation
Date: Sat, 7 Aug 2021 09:04:38 -0400 (EDT)

branch: elpa/go-mode
commit 8e413db12ca9f7d93287f6fdd8d4bb29c9bd094c
Author: Dominik Honnef <dominikh@fork-bomb.org>
Commit: Dominik Honnef <dominikh@fork-bomb.org>

    require diff-mode during compilation
---
 go-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/go-mode.el b/go-mode.el
index a3ed516..d5f97de 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -10,6 +10,8 @@
 ;; - Fontify unicode in method receiver types, array/slice/map types
 ;;   and everywhere where type-name is being used
 
+(eval-when-compile (require 'diff-mode))
+
 (defconst go-dangling-operators-regexp "[^-]-\\|[^+]\\+\\|[/*&><.=|^]")
 (defconst gofmt-stdin-tag "<standard input>")
 (defconst go-identifier-regexp "[[:word:][:multibyte:]_]+")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]