]> git.eshelyaron.com Git - emacs.git/commit
Correct and improve part of previous todo-mode.el fix
authorStephen Berman <stephen.berman@gmx.net>
Mon, 6 Aug 2018 17:59:25 +0000 (19:59 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Mon, 6 Aug 2018 17:59:25 +0000 (19:59 +0200)
commit518c5b64d537c77050a49d15af25bc919e60f1a2
tree0dd85ca77cf90a5d7ffa8c4e1104a832c6eab143
parentbedf905dd37ef8ad45d5912dd230bfe63a1721b3
Correct and improve part of previous todo-mode.el fix

* lisp/calendar/todo-mode.el (todo-jump-to-category): Improve code
by using bound-and-true-p.  This leaves a byte-compiler warning
unsilenced, but ideally, there shouldn't be a warning here (see
https://lists.gnu.org/archive/html/emacs-devel/2018-08/msg00131.html).
(todo--fifiles-history): New variable.
(todo-find-filtered-items-file): Use it to fix the filtered items
files history list for completing-read.
lisp/calendar/todo-mode.el