aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStephen Berman <[email protected]>2014-06-26 21:22:08 +0200
committerStephen Berman <[email protected]>2014-06-26 21:22:08 +0200
commitfe9f42eb6e207c2a19df7f681beb2d9fa59553ca (patch)
tree7541eb7654765339c413f7e4854db14d7c2eaac0 /lisp
parent64c3533166e1fa517422f89f953cfdaea6ee7bf0 (diff)
* 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.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/calendar/todo-mode.el2
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0cc5b7fe71..21cc087aca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2014-06-26 Stephen Berman <[email protected]>
+
+ * 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 <[email protected]>
* subr.el (read-passwd): Warn about batch mode. (Bug#17839)
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el
index 1a54cc2c67..6b246c98ed 100644
--- a/lisp/calendar/todo-mode.el
+++ b/lisp/calendar/todo-mode.el
@@ -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