See http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00412.html
** `automount-dir-prefix' is obsolete.
** `buffer-has-markers-at' is obsolete.
+** `window-system-version' is obsolete.
\f
* Changes in Emacs 24.3 on non-free operating systems
+2012-09-06 Chong Yidong <cyd@gnu.org>
+
+ * frame.el (window-system-version): Mark as obsolete.
+
2012-09-06 Juri Linkov <juri@jurta.org>
* replace.el (replace-lax-whitespace): New defcustom.
(make-variable-buffer-local 'show-trailing-whitespace)
+;; Defined in dispnew.c.
+(make-obsolete-variable
+ 'window-system-version "it does not give useful information." "24.3")
+
(provide 'frame)
;;; frame.el ends here