]> git.eshelyaron.com Git - emacs.git/commit
* todos.el: Fix byte-compiler warnings.
authorStephen Berman <stephen.berman@gmx.net>
Wed, 5 Jun 2013 21:43:44 +0000 (23:43 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Wed, 5 Jun 2013 21:43:44 +0000 (23:43 +0200)
commit1d59b7236c9c023671717bcf77ddcc0f70f0a01e
tree31c1bc98c84ad803ad038d882c4052c0dc8c9035
parentdb5ea4772d9cddd2113105bbe3d9419f4a5b4a39
* todos.el: Fix byte-compiler warnings.
(todos-merge-category): Relocate let-bound variable.
(todos-toggle-item-highlighting): Restrict to todos-mode,
todos-archive-mode and todos-filtered-items-mode.
(todos-toggle-item-header, todos-diary-goto-entry)
(todos-insert-sort-button): Let-bind variables that were
mistakenly free.
(todos-convert-legacy-files): Just require todo-mode instead of
conditionalizing it.
(todos-modes-set-2): Check whether hl-line-range-function is void.
lisp/calendar/ChangeLog
lisp/calendar/todos.el