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

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

[nongnu] elpa/parseclj 4f647c8cff 036/185: Remove duplicate defination o


From: ELPA Syncer
Subject: [nongnu] elpa/parseclj 4f647c8cff 036/185: Remove duplicate defination of clj-lex--token-token
Date: Tue, 28 Dec 2021 14:05:12 -0500 (EST)

branch: elpa/parseclj
commit 4f647c8cff7c3d5fd2ffc6a36418e1e387d40af4
Author: Arne Brasseur <arne@arnebrasseur.net>
Commit: Arne Brasseur <arne@arnebrasseur.net>

    Remove duplicate defination of clj-lex--token-token
---
 clj-parse.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/clj-parse.el b/clj-parse.el
index 3bff007a36..bf999470f4 100644
--- a/clj-parse.el
+++ b/clj-parse.el
@@ -107,11 +107,6 @@
                      (-partition 2 (-butlast (cdr coll))))))
      stack)))
 
-;; TODO move this to clj-lex
-(defun clj-lex-token-type (token)
-  (and (listp token)
-       (cdr (assq 'type token))))
-
 (defun clj-parse--reduce-coll (stack open-token coll-type reducN)
   (let ((coll nil))
     (while (and stack



reply via email to

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