summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-01-14 09:34:07 +0100
committerBastien Guerry <bzg@altern.org>2013-01-14 09:34:07 +0100
commit6d48cbc944a6b831c52d18bb6fcd55d19ba52c73 (patch)
tree3c20d0502253bb35827077726fd5710238ad56a0
parent6b746e20b87be1dc3bd1e472e9fd1cb229ae2cfc (diff)
downloadorg-mode-6d48cbc944a6b831c52d18bb6fcd55d19ba52c73.tar.gz
Revert "Compatibility: Use org-define-obsolete-{function,variable}-alias"
This reverts commit 8fcdb5179bbe172b52dd80101efe247de9fe1ac2.
-rw-r--r--lisp/org.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 03ab52a..1c6fd51 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -16182,8 +16182,7 @@ Don't touch the rest."
(let ((n 0))
(mapcar (lambda (x) (if (< (setq n (1+ n)) 7) (or x 0) x)) time)))
-(org-define-obsolete-function-alias
- 'org-days-to-time 'org-time-stamp-to-now "24.3")
+(define-obsolete-function-alias 'org-days-to-time 'org-time-stamp-to-now "24.3")
(defun org-time-stamp-to-now (timestamp-string &optional seconds)
"Difference between TIMESTAMP-STRING and now in days.