]> git.eshelyaron.com Git - emacs.git/commitdiff
* frame.el (window-system-version): Mark as obsolete.
authorChong Yidong <cyd@gnu.org>
Thu, 6 Sep 2012 09:29:32 +0000 (17:29 +0800)
committerChong Yidong <cyd@gnu.org>
Thu, 6 Sep 2012 09:29:32 +0000 (17:29 +0800)
See http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00412.html

etc/NEWS
lisp/ChangeLog
lisp/frame.el

index ed59f3264abfa4f9035fabef3b78e94d8be14197..bc1c49fe946f4b09b0af3dd96ae8838e0ea6d3a9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -695,6 +695,7 @@ by the underlying C implementation.
 
 ** `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
 
index ccc517973b3505667101021556ac7689a650cdf3..1f5f41c0e35f6103874f005dc388e1b17c770aca 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 01225639ecfd1c392fa902f1db1b4b2f6870cffa..c182a9648206299cb8197e9144609ce65bce64e9 100644 (file)
@@ -1657,6 +1657,10 @@ terminals, cursor blinking is controlled by the terminal."
 
 (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