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

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

[elpa] externals/wisitoken-grammar-mode fae4953: * wisitoken-grammar-mmm


From: Stefan Monnier
Subject: [elpa] externals/wisitoken-grammar-mode fae4953: * wisitoken-grammar-mmm.el: Add missing copyright notice
Date: Sat, 17 Aug 2019 04:47:18 -0400 (EDT)

branch: externals/wisitoken-grammar-mode
commit fae4953bc73f324300ef9c2a407fd447b9ce42c3
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * wisitoken-grammar-mmm.el: Add missing copyright notice
---
 wisitoken-grammar-mmm.el  | 15 +++++++++++++++
 wisitoken-grammar-mode.el |  2 ++
 2 files changed, 17 insertions(+)

diff --git a/wisitoken-grammar-mmm.el b/wisitoken-grammar-mmm.el
index 7c76b21..cc19a7c 100644
--- a/wisitoken-grammar-mmm.el
+++ b/wisitoken-grammar-mmm.el
@@ -1,5 +1,20 @@
 ;;; Define multi-major-mode stuff for wisitoken-grammar mode.  -*- 
lexical-binding:t -*-
 
+;; Copyright (C) 2019  Free Software Foundation, Inc.
+
+;; This file is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 3, or (at your option)
+;; any later version.
+
+;; This file is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
+
 (require 'mmm-mode)
 
 (mmm-add-classes
diff --git a/wisitoken-grammar-mode.el b/wisitoken-grammar-mode.el
index aab4ee7..08d3e92 100644
--- a/wisitoken-grammar-mode.el
+++ b/wisitoken-grammar-mode.el
@@ -336,6 +336,8 @@ Otherwise insert a plain new line."
   (add-hook 'xref-backend-functions #'wisitoken-grammar--xref-backend
            nil ;; append
            t)
+  ;; FIXME: What do these two have to do with wisi?
+  ;; They seem like a personal preference only.
   (add-hook 'before-save-hook 'delete-trailing-whitespace nil t)
   (add-hook 'before-save-hook 'copyright-update nil t)
 



reply via email to

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