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

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

[elpa] externals/dash c134705 377/439: Fix compile warning


From: Phillip Lord
Subject: [elpa] externals/dash c134705 377/439: Fix compile warning
Date: Tue, 04 Aug 2015 20:30:48 +0000

branch: externals/dash
commit c134705f2a94fffa368505b5ac3660aeaea43aa0
Author: Fredrik Bergroth <address@hidden>
Commit: Fredrik Bergroth <address@hidden>

    Fix compile warning
---
 dash.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dash.el b/dash.el
index 51aa3ec..d701512 100644
--- a/dash.el
+++ b/dash.el
@@ -1126,8 +1126,8 @@ sorts it in descending order."
     `(pop ,source))
    (t
     `(progn
-       (setq ,s (nthcdr ,skip-cdr ,s))
-       (pop ,s)))))
+       (setq ,source (nthcdr ,skip-cdr ,source))
+       (pop ,source)))))
 
 (defun dash--match-cons-get-car (skip-cdr source)
   "Helper function generating idiomatic code to get nth car."



reply via email to

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