* lisp/time.el (display-time-world): Make obsolete.
This commit is contained in:
parent
06d86b954d
commit
1a4d8feb17
1 changed files with 2 additions and 2 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue