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

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

[elpa] scratch/add-vdiff 0f640d3 007/258: Add header info


From: Justin Burkett
Subject: [elpa] scratch/add-vdiff 0f640d3 007/258: Add header info
Date: Wed, 17 May 2017 08:13:11 -0400 (EDT)

branch: scratch/add-vdiff
commit 0f640d3de29c92e501a63855e49d124f27519059
Author: justbur <address@hidden>
Commit: justbur <address@hidden>

    Add header info
---
 vdiff.el | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/vdiff.el b/vdiff.el
index 0961cae..18dd575 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -1,3 +1,30 @@
+;;; vdiff.el --- Like vimdiff  -*- lexical-binding: t; -*-
+
+;; Copyright (C) 2016 Justin Burkett
+
+;; Author: Justin Burkett <address@hidden>
+;; URL: https://github.com/justbur/emacs-vdiff
+;; Version: 0
+;; Keywords:
+;; Package-Requires: ((emacs "24.3"))
+
+;; This program 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 of the License, or
+;; (at your option) any later version.
+
+;; This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;;; Code:
+
 (defcustom vdiff-lock-scrolling t
   "Whether to lock scrolling by default when starting
   `vdiff-mode'.")
@@ -553,3 +580,6 @@ lines in sync.")
     (vdiff-with-both-buffers
      (remove-hook 'after-save-hook #'vdiff-refresh t)
      (remove-hook 'window-scroll-functions #'vdiff-scroll-other t))))
+
+(provide 'vdiff)
+;;; vdiff.el ends here



reply via email to

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