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

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

[elpa] externals/diff-hl 4460d1c 03/10: Use lexical-binding in two remai


From: ELPA Syncer
Subject: [elpa] externals/diff-hl 4460d1c 03/10: Use lexical-binding in two remaining filesg
Date: Mon, 22 Feb 2021 22:57:14 -0500 (EST)

branch: externals/diff-hl
commit 4460d1cae9b536a7c00b5fba525f90a8d2e1c2fd
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Use lexical-binding in two remaining filesg
---
 diff-hl-amend.el   | 2 +-
 diff-hl-flydiff.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/diff-hl-amend.el b/diff-hl-amend.el
index c58a2bd..f05686e 100644
--- a/diff-hl-amend.el
+++ b/diff-hl-amend.el
@@ -1,4 +1,4 @@
-;; Copyright (C) 2012-2013  Free Software Foundation, Inc.
+;; Copyright (C) 2012-2013, 2020  Free Software Foundation, Inc. -*- 
lexical-binding: t -*-
 
 ;; Author:   Dmitry Gutov <dgutov@yandex.ru>
 ;; URL:      https://github.com/dgutov/diff-hl
diff --git a/diff-hl-flydiff.el b/diff-hl-flydiff.el
index ac3430b..3b8670f 100644
--- a/diff-hl-flydiff.el
+++ b/diff-hl-flydiff.el
@@ -1,4 +1,4 @@
-;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2021 Free Software Foundation, Inc. -*- lexical-binding: 
t -*-
 
 ;; Author:   Jonathan Hayase <PythonNut@gmail.com>
 ;; URL:      https://github.com/dgutov/diff-hl
@@ -55,7 +55,7 @@ This requires the external program `diff' to be in your
            (file-remote-p default-directory))
     (diff-hl-update)))
 
-(defun diff-hl-flydiff/modified-p (state)
+(defun diff-hl-flydiff/modified-p (_state)
   (buffer-modified-p))
 
 ;;;###autoload



reply via email to

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