]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/time.el (display-time-world): Make obsolete.
authorStefan Kangas <stefan@marxist.se>
Sun, 13 Sep 2020 13:09:20 +0000 (15:09 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 13 Sep 2020 13:09:20 +0000 (15:09 +0200)
lisp/time.el

index 534f12834298c997b110896421ff56e2ccd34013..e2fab4a141ab79ca5de0ad98c53539b42790771b 100644 (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 ()