From 655ba9f9391e9dafb72a97cea1e327692ac83855 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 13 Jan 2013 20:58:21 +0100 Subject: [PATCH] Remove left-over `org-define-obsolete-function-alias' --- lisp/org.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 03ab52a91..1c6fd5193 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. -- 2.11.4.GIT