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

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

[elpa] scratch/add-vdiff bd80900 126/258: Merge pull request #7 from syo


From: Justin Burkett
Subject: [elpa] scratch/add-vdiff bd80900 126/258: Merge pull request #7 from syohex/fix-package
Date: Wed, 17 May 2017 08:13:36 -0400 (EDT)

branch: scratch/add-vdiff
commit bd80900ea15dfa79d61d3deb0698057203da6d51
Merge: 750a1bc c8cba47
Author: Justin Burkett <address@hidden>
Commit: GitHub <address@hidden>

    Merge pull request #7 from syohex/fix-package
    
    Fix package
---
 vdiff.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vdiff.el b/vdiff.el
index 93fa233..64d690a 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -6,7 +6,7 @@
 ;; URL: https://github.com/justbur/emacs-vdiff
 ;; Version: 0
 ;; Keywords:
-;; Package-Requires: ((emacs "24.3"))
+;; Package-Requires: ((emacs "24.4"))
 
 ;; 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
@@ -664,7 +664,7 @@ of a \"word\"."
         (cond ((assoc a-range vdiff--folds)
                ;; Restore any overlays on same range
                (let* ((a-fold (cadr (assoc a-range vdiff--folds)))
-                      (b-fold (caddr (assoc a-range vdiff--folds)))
+                      (b-fold (cl-caddr (assoc a-range vdiff--folds)))
                       (a-beg (vdiff--pos-at-line-beginning
                               (car a-range) a-buffer))
                       (a-end (vdiff--pos-at-line-beginning



reply via email to

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