summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-02-25 13:46:41 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-02-25 13:46:41 +0100
commitd437c1b5de4ec955a726e74018d1865aa7d44a5f (patch)
tree7a7bb4a6ca3788368c208238c5fe5782fe30ae35
parentcc020dbe4d9323bc778e50af485dfd902db63444 (diff)
downloadorg-mode-d437c1b5de4ec955a726e74018d1865aa7d44a5f.tar.gz
Move obsolete function alias into "org-compat.el"
-rw-r--r--lisp/org-colview.el3
-rw-r--r--lisp/org-compat.el3
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org-colview.el b/lisp/org-colview.el
index a7a4416..5001def 100644
--- a/lisp/org-colview.el
+++ b/lisp/org-colview.el
@@ -565,9 +565,6 @@ for the duration of the command.")
(org-columns-next-allowed-value)
(org-columns-edit-value "TAGS")))
-(define-obsolete-variable-alias 'org-agenda-overriding-columns-format
- 'org-overriding-columns-format "Org 9.2.2")
-
(defvar org-overriding-columns-format nil
"When set, overrides any other format definition for the agenda.
Don't set this, this is meant for dynamic scoping. Set
diff --git a/lisp/org-compat.el b/lisp/org-compat.el
index e3fbed7..ff2f0d3 100644
--- a/lisp/org-compat.el
+++ b/lisp/org-compat.el
@@ -434,6 +434,9 @@ use of this function is for the stuck project list."
(define-obsolete-variable-alias 'org-texinfo-def-table-markup
'org-texinfo-table-default-markup "Org 9.1")
+(define-obsolete-variable-alias 'org-agenda-overriding-columns-format
+ 'org-overriding-columns-format "Org 9.2.2")
+
;; The function was made obsolete by commit 65399674d5 of 2013-02-22.
;; This make-obsolete call was added 2016-09-01.
(make-obsolete 'org-capture-import-remember-templates