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

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

[elpa] scratch/add-vdiff c8cba47 125/258: Fix package


From: Justin Burkett
Subject: [elpa] scratch/add-vdiff c8cba47 125/258: Fix package
Date: Wed, 17 May 2017 08:13:36 -0400 (EDT)

branch: scratch/add-vdiff
commit c8cba47e2723e1f682f4844a8a0cea261505ade2
Author: Syohei YOSHIDA <address@hidden>
Commit: Syohei YOSHIDA <address@hidden>

    Fix package
    
    - subr-x.el was bundled since Emacs 24.4
    - Use cl-lib function instead of cl.el
---
 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]