]> git.eshelyaron.com Git - emacs.git/commit
Simplify eshell arg processing with (pop (nthcdr ...))
authorNoam Postavsky <npostavs@gmail.com>
Sat, 12 May 2018 19:09:18 +0000 (15:09 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 15 May 2018 23:32:49 +0000 (19:32 -0400)
commit2fda57c6fb29262261911819ec8f5e4cccb3abbb
tree1a0a7d98e52bc99669e540354c8ab10cd1f59e4b
parenta4c616e27aa48e7d524e0c5cfaf67f17d04989e4
Simplify eshell arg processing with (pop (nthcdr ...))

* lisp/eshell/esh-opt.el (eshell--set-option)
(eshell--process-args): Use (pop (nthcdr ...)) instead of writing it
out by hand.
lisp/eshell/esh-opt.el