Merge branch 'project-next'

This commit is contained in:
Dmitry Gutov 2015-11-10 02:47:46 +02:00
commit 0be6fb8e17
7 changed files with 185 additions and 153 deletions

View file

@ -849,7 +849,7 @@ to avoid corrupting the original LIST1 and LIST2.
(memq (car cl-list1) cl-list2))
(push (car cl-list1) cl-res))
(pop cl-list1))
cl-res))))
(nreverse cl-res)))))
;;;###autoload
(defun cl-nset-difference (cl-list1 cl-list2 &rest cl-keys)