summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-01-11 08:52:37 +0100
committerBastien Guerry <bzg@altern.org>2012-01-11 08:52:37 +0100
commita9c15fe9abc3364b1efb2f2174d3d98080d4f2ae (patch)
treedfebf7a5e1ec25dd5f0b1afeab5dbfafd61921b2
parent7e08a81b5b9be88ee35f7d5de34435146e9cc349 (diff)
downloadorg-mode-a9c15fe9abc3364b1efb2f2174d3d98080d4f2ae.tar.gz
Don't create an alias for `list-diary-entries-hook'.
This is already taken care of by emacs/lisp/calendar/diary-lib.el See comments in commit d6e40f.
-rw-r--r--lisp/org-agenda.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 28f5429..bdf6881 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -4378,8 +4378,6 @@ of what a project is and how to check if it stuck, customize the variable
(defvar org-disable-agenda-to-diary nil) ;Dynamically-scoped param.
(defvar diary-list-entries-hook)
-(if (fboundp 'defvaralias)
- (defvaralias 'diary-list-entries-hook 'list-diary-entries-hook))
(defvar diary-time-regexp)
(defun org-get-entries-from-diary (date)
"Get the (Emacs Calendar) diary entries for DATE."