org-choose: Make XEmacs compatible

This commit is contained in:
Carsten Dominik 2009-02-12 09:37:12 +01:00
parent 6761dcbbd2
commit 23551eee32
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
* lisp/org-choose.el ("org"): Use file name instead of feature for
`eval-after-load', this is XEmacs compatible.
2009-02-10 Carsten Dominik <carsten.dominik@gmail.com>
* lisp/org-choose.el (org-choose-get-fn-map-group): Call

View File

@ -499,12 +499,12 @@ NEW-MARK and OLD-MARK are the text of the new and old marks."
;;;_ , Setting it all up
(eval-after-load 'org
(eval-after-load "org"
'(progn
(add-to-list 'org-todo-setup-filter-hook
#'org-choose-setup-filter)
#'org-choose-setup-filter)
(add-to-list 'org-todo-get-default-hook
#'org-choose-get-default-mark)
#'org-choose-get-default-mark)
(add-to-list 'org-trigger-hook
#'org-choose-keep-sensible)
(add-to-list 'org-todo-interpretation-widgets
@ -513,7 +513,6 @@ NEW-MARK and OLD-MARK are the text of the new and old marks."
))
;;;_. Footers
;;;_ , Provides