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

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

[nongnu] elpa/go-mode 59f1cb5 140/495: add elisp header


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode 59f1cb5 140/495: add elisp header
Date: Sat, 7 Aug 2021 09:05:00 -0400 (EDT)

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

    add elisp header
---
 go-mode.el | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/go-mode.el b/go-mode.el
index e41da7b..50579c6 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -4,6 +4,15 @@
 ;; Use of this source code is governed by a BSD-style
 ;; license that can be found in the LICENSE file.
 
+;; Author: The Go Authors
+;; Version: 4
+;; Keywords: languages go
+;; URL: http://tip.golang.org/misc/emacs/
+;;
+;; This file is not part of GNU Emacs.
+
+;;; Code:
+
 (require 'cl)
 (require 'ffap)
 (require 'url)
@@ -901,3 +910,5 @@ description at POINT."
     (file-error (message "Could not run godef binary"))))
 
 (provide 'go-mode)
+
+;;; go-mode.el ends here



reply via email to

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