1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

* frame.el (window-system-version): Mark as obsolete.

See http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00412.html
This commit is contained in:
Chong Yidong 2012-09-06 17:29:32 +08:00
parent c752cfa916
commit 3424a4f61e
3 changed files with 9 additions and 0 deletions

View File

@ -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.
* Changes in Emacs 24.3 on non-free operating systems

View 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.

View 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