* lisp/time.el (display-time-world): Make obsolete.

This commit is contained in:
Stefan Kangas 2020-09-13 15:09:20 +02:00
parent 06d86b954d
commit 1a4d8feb17

View file

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