0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-22 17:10:43 +00:00

Remove left-over `org-define-obsolete-function-alias'

This commit is contained in:
Nicolas Goaziou 2013-01-13 20:58:21 +01:00
parent 6b746e20b8
commit 655ba9f939

View file

@ -16182,8 +16182,7 @@ Don't touch the rest."
(let ((n 0)) (let ((n 0))
(mapcar (lambda (x) (if (< (setq n (1+ n)) 7) (or x 0) x)) time))) (mapcar (lambda (x) (if (< (setq n (1+ n)) 7) (or x 0) x)) time)))
(org-define-obsolete-function-alias (define-obsolete-function-alias 'org-days-to-time 'org-time-stamp-to-now "24.3")
'org-days-to-time 'org-time-stamp-to-now "24.3")
(defun org-time-stamp-to-now (timestamp-string &optional seconds) (defun org-time-stamp-to-now (timestamp-string &optional seconds)
"Difference between TIMESTAMP-STRING and now in days. "Difference between TIMESTAMP-STRING and now in days.