0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 11:46:26 +00:00

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,7 +499,7 @@ 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)
@ -513,7 +513,6 @@ NEW-MARK and OLD-MARK are the text of the new and old marks."
))
;;;_. Footers
;;;_ , Provides