aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/time.el4
1 files changed, 2 insertions, 2 deletions
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'."
551 (delete-char -1)) 551 (delete-char -1))
552 (goto-char (point-min))) 552 (goto-char (point-min)))
553 553
554;; Old name -- preserved for backwards compatibility.
555;;;###autoload 554;;;###autoload
556(defalias 'display-time-world #'world-clock) 555(define-obsolete-function-alias 'display-time-world
556 #'world-clock "28.1")
557 557
558;;;###autoload 558;;;###autoload
559(defun world-clock () 559(defun world-clock ()