emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefan Kangas
Subject: master 1a4d8fe: * lisp/time.el (display-time-world): Make obsolete.
Date: Sun, 13 Sep 2020 09:11:23 -0400 (EDT)

branch: master
commit 1a4d8feb17ee926d3703a7da0e22f50dbbededd5
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/time.el (display-time-world): Make obsolete.
---
 lisp/time.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/time.el b/lisp/time.el
index 534f128..e2fab4a 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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]