From: Lars Ingebrigtsen Date: Sun, 31 Jan 2021 07:22:12 +0000 (+0100) Subject: Make operating-system-release obsolete X-Git-Tag: emacs-28.0.90~4010 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d88e12aa19c42ceda39eacfe223c00d24bf31d3d;p=emacs.git Make operating-system-release obsolete * lisp/subr.el (operating-system-release): Make obsolete (bug#39940). There are no in-tree usages any more, and the data doesn't seem all that interesting on its own. --- diff --git a/lisp/subr.el b/lisp/subr.el index 34129ea38a0..a85f41d7d77 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1701,6 +1701,7 @@ be a list of the form returned by `event-start' and `event-end'." (make-obsolete-variable 'redisplay-dont-pause nil "24.5") (make-obsolete 'window-redisplay-end-trigger nil "23.1") (make-obsolete 'set-window-redisplay-end-trigger nil "23.1") +(make-obsolete-variable 'operating-system-release nil "28.1") (make-obsolete 'run-window-configuration-change-hook nil "27.1")