aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2022-08-05 18:46:31 -0400
committerStefan Monnier2022-08-05 18:46:31 -0400
commitb70369c557efed3dcd86dc64a2e73e3480dea6af (patch)
tree9b705cd5810e902afffccccfc3aee65bc8bb1963 /etc
parent32c603e9e557aa8bc448bd0b3af493a9244d1aae (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7145a8861eb..dc8bd6ce24b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
2530compiler 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.
2530These can be used for buttons in buffers and the like. See 2534These can be used for buttons in buffers and the like. See