From 37810b7177ece52ff0fcd4d5420cca677061df7d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 13 Nov 2015 23:25:57 +0100 Subject: [PATCH] Remove outdated compatibility code --- lisp/org.el | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index b6cc1dad6..7b007a6cd 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -111,16 +111,6 @@ sure that we are at the beginning of the line.") "Matches a headline, putting stars and text into groups. Stars are put in group 1 and the trimmed body in group 2.") -;; Emacs 22 calendar compatibility: Make sure the new variables are available -(unless (boundp 'calendar-view-holidays-initially-flag) - (org-defvaralias 'calendar-view-holidays-initially-flag - 'view-calendar-holidays-initially)) -(unless (boundp 'calendar-view-diary-initially-flag) - (org-defvaralias 'calendar-view-diary-initially-flag - 'view-diary-entries-initially)) -(unless (boundp 'diary-fancy-buffer) - (org-defvaralias 'diary-fancy-buffer 'fancy-diary-buffer)) - (declare-function cdlatex-environment "ext:cdlatex" (environment item)) (declare-function org-add-archive-files "org-archive" (files)) (declare-function org-agenda-entry-get-agenda-timestamp "org-agenda" (pom))