emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117313: * calendar/todo-mode.el (todo-prefix-ove


From: Stephen Berman
Subject: [Emacs-diffs] emacs-24 r117313: * calendar/todo-mode.el (todo-prefix-overlays): If there is no
Date: Thu, 26 Jun 2014 19:22:36 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117313
revision-id: address@hidden
parent: address@hidden
committer: Stephen Berman <address@hidden>
branch nick: emacs-24
timestamp: Thu 2014-06-26 21:22:08 +0200
message:
  * 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.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/calendar/todo-mode.el     todos.el-20120911155047-0ytqo2nidwqquefa-1
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-06-26 19:00:42 +0000
+++ b/lisp/ChangeLog    2014-06-26 19:22:08 +0000
@@ -1,3 +1,9 @@
+2014-06-26  Stephen Berman  <address@hidden>
+
+       * 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  <address@hidden>
 
        * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)

=== modified file 'lisp/calendar/todo-mode.el'
--- a/lisp/calendar/todo-mode.el        2014-06-25 12:06:00 +0000
+++ b/lisp/calendar/todo-mode.el        2014-06-26 19:22:08 +0000
@@ -5303,6 +5303,8 @@
                          (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]