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:
parent
c752cfa916
commit
3424a4f61e
1
etc/NEWS
1
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.
|
||||
|
||||
* Changes in Emacs 24.3 on non-free operating systems
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user