* calendar/todo-mode.el (todo-prefix-overlays): If there is no
category-wide setting of todo-top-priorities-overrides, check for a file-wide setting and fontify accordingly.
This commit is contained in:
parent
64c3533166
commit
fe9f42eb6e
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2014-06-26 Stephen Berman <stephen.berman@gmx.net>
|
||||
|
||||
* calendar/todo-mode.el (todo-prefix-overlays): If there is no
|
||||
category-wide setting of todo-top-priorities-overrides, check for
|
||||
a file-wide setting and fontify accordingly.
|
||||
|
||||
2014-06-26 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* subr.el (read-passwd): Warn about batch mode. (Bug#17839)
|
||||
|
|
|
@ -5303,6 +5303,8 @@ of each other."
|
|||
(todo-current-category)
|
||||
(nth 2 (assoc-string todo-current-todo-file
|
||||
todo-top-priorities-overrides))))
|
||||
(nth 1 (assoc-string todo-current-todo-file
|
||||
todo-top-priorities-overrides))
|
||||
todo-top-priorities))
|
||||
done prefix)
|
||||
(save-excursion
|
||||
|
|
Loading…
Add table
Reference in a new issue