]> git.eshelyaron.com Git - emacs.git/commit
Clean up uses of cl-foo in image-dired
authorMark Oteiza <mvoteiza@udel.edu>
Sat, 3 Dec 2016 18:05:39 +0000 (13:05 -0500)
committerMark Oteiza <mvoteiza@udel.edu>
Sat, 3 Dec 2016 18:05:39 +0000 (13:05 -0500)
commitac83325b1d302a96cac096c527ef096ce168b20c
tree249a8f5dc0da934bece66762f70f6351c4608d39
parenta486fabb41cdbaa5813c2687fd4008945297d71d
Clean up uses of cl-foo in image-dired

Both instances here are just emulating cl-find-if.
* lisp/image-dired.el: Use cl-lib at compile time.
(image-dired-dired-toggle-marked-thumbs): Don't need let* at the top.
Replace the cl-foo instances with equivalent cl-loops.
lisp/image-dired.el