diff options
| author | Stefan Monnier | 2022-08-05 18:46:31 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2022-08-05 18:46:31 -0400 |
| commit | b70369c557efed3dcd86dc64a2e73e3480dea6af (patch) | |
| tree | 9b705cd5810e902afffccccfc3aee65bc8bb1963 /etc | |
| parent | 32c603e9e557aa8bc448bd0b3af493a9244d1aae (diff) | |
| download | emacs-b70369c557efed3dcd86dc64a2e73e3480dea6af.tar.gz emacs-b70369c557efed3dcd86dc64a2e73e3480dea6af.zip | |
time-convert): Deprecate calls without an explicit FORM arg
* lisp/subr.el (time-convert): Deprecate calls without an explicit FORM arg.
* doc/lispref/os.texi (Time Conversion): Adjust doc accordingly.
* lisp/calendar/time-date.el (days-to-time):
* lisp/emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
* lisp/gnus/nnrss.el (nnrss-normalize-date):
* lisp/epa-ks.el (epa-ks--parse-buffer): Silence corresponding warnings.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -2525,6 +2525,10 @@ patcomp.el, pc-mode.el, pc-select.el, s-region.el, and sregex.el. | |||
| 2525 | 2525 | ||
| 2526 | * Lisp Changes in Emacs 29.1 | 2526 | * Lisp Changes in Emacs 29.1 |
| 2527 | 2527 | ||
| 2528 | ** The FORM arg of 'time-convert' is mandatory. | ||
| 2529 | 'time-convert' can still be called without it, as before, but the | ||
| 2530 | compiler now emits a warning about this deprecated usage. | ||
| 2531 | |||
| 2528 | +++ | 2532 | +++ |
| 2529 | ** Emacs now supports user-customizable and themable icons. | 2533 | ** Emacs now supports user-customizable and themable icons. |
| 2530 | These can be used for buttons in buffers and the like. See | 2534 | These can be used for buttons in buffers and the like. See |