branch: externals/diff-hl commit 4460d1cae9b536a7c00b5fba525f90a8d2e1c2fd Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@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 <dgu...@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 <python...@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