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 ()