emacs-devel
[Top][All Lists]
Advanced

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

Re: master ef0546ffcd 2/3: Fix signature of `seconds-to-time'


From: Stefan Monnier
Subject: Re: master ef0546ffcd 2/3: Fix signature of `seconds-to-time'
Date: Sat, 06 Aug 2022 04:43:10 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>  ;;;###autoload
> -(defalias 'seconds-to-time 'time-convert)
> +(defun seconds-to-time (seconds &rest form)
> +  "Convert SECONDS to a proper time, like `current-time' would.
> +FORM means the same as in `time-convert'."
> +  (time-convert seconds form))

Oh, thanks.  I wonder, tho; shouldn't this just have a `seconds`
argument and no `form`, as was the case until 2018?


        Stefan




reply via email to

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