Partially revert last backport
commit906034b1a1bb604b0d2950e68a48be3ffd41669c
authorKyle Meyer <kyle@kyleam.com>
Mon, 10 Aug 2015 01:28:27 +0000 (9 21:28 -0400)
committerKyle Meyer <kyle@kyleam.com>
Mon, 10 Aug 2015 01:28:27 +0000 (9 21:28 -0400)
treeeed5a810cd4bde01ee4e5455b94c747af7665844
parentef9637030456b153fd834f4c9202a9264d5ef18d
Partially revert last backport

* lisp/org.el (org-assign-fast-keys, org-make-tags-matcher)
(org-cycle-agenda-files): Revert dolist change because code in body
expects the list to be modified by pop each iteration.
(org-fast-todo-selection, org-fast-tag-selection): Revert dolist change
because code in body expects the list to be modified by pop each
iteration and because the variable name is used outside of the dolist
body.
lisp/org.el