From: Stefan Kangas Date: Sun, 13 Sep 2020 13:09:20 +0000 (+0200) Subject: * lisp/time.el (display-time-world): Make obsolete. X-Git-Tag: emacs-28.0.90~6092 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a4d8feb17ee926d3703a7da0e22f50dbbededd5;p=emacs.git * lisp/time.el (display-time-world): Make obsolete. --- diff --git a/lisp/time.el b/lisp/time.el index 534f1283429..e2fab4a141a 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -551,9 +551,9 @@ See `world-clock'." (delete-char -1)) (goto-char (point-min))) -;; Old name -- preserved for backwards compatibility. ;;;###autoload -(defalias 'display-time-world #'world-clock) +(define-obsolete-function-alias 'display-time-world + #'world-clock "28.1") ;;;###autoload (defun world-clock ()