summaryrefslogtreecommitdiff
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-09-06 17:29:32 +0800
committerChong Yidong <cyd@gnu.org>2012-09-06 17:29:32 +0800
commit3424a4f61edc1aac5a5a59c2c8f52c8a7139232a (patch)
tree3d37328b7aaadd00221e75bf3ca8831f0a352193 /lisp/frame.el
parentc752cfa916879f7415990855b52862dd585242ec (diff)
downloademacs-3424a4f61edc1aac5a5a59c2c8f52c8a7139232a.tar.gz
* frame.el (window-system-version): Mark as obsolete.
See http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00412.html
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 01225639ecf..c182a964820 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -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