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

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

[elpa] externals/dash 2eefbec 386/439: Don't use an inline comment on a


From: Phillip Lord
Subject: [elpa] externals/dash 2eefbec 386/439: Don't use an inline comment on a line of its own
Date: Tue, 04 Aug 2015 20:30:59 +0000

branch: externals/dash
commit 2eefbeccbfa14a7f2006a00ba54a4fc8210324d6
Author: Bozhidar Batsov <address@hidden>
Commit: Bozhidar Batsov <address@hidden>

    Don't use an inline comment on a line of its own
---
 dash.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dash.el b/dash.el
index fd2b779..d0fc30c 100644
--- a/dash.el
+++ b/dash.el
@@ -901,8 +901,8 @@ of cons cells. Otherwise, return the groupings as a list of 
lists. "
       (setq lists (mapcar 'cdr lists)))
     (setq results (nreverse results))
     (if (= (length lists) 2)
-        ; to support backward compatability, return
-        ; a cons cell if two lists were provided
+        ;; to support backward compatability, return
+        ;; a cons cell if two lists were provided
         (--map (cons (car it) (cadr it)) results)
       results)))
 



reply via email to

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