diff options
| author | Stefan Kangas | 2022-07-09 13:05:49 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-16 15:36:14 +0200 |
| commit | 1540d018b0d093662a3fe70aafa610b3965c3dd9 (patch) | |
| tree | 99cc3df3330a3b35fb46f218ebe23c7e5c57c492 /etc/NEWS | |
| parent | 82f8dd68657e75d78be9f1d9c2652cc5e5ae5c5e (diff) | |
| download | emacs-1540d018b0d093662a3fe70aafa610b3965c3dd9.tar.gz emacs-1540d018b0d093662a3fe70aafa610b3965c3dd9.zip | |
Delete variable window-system-version obsolete since 24.3obsolete-24.3
* lisp/frame.el (window-system-version): Delete variable.
* src/dispnew.c (syms_of_display) <Vwindow_system_version>:
Delete DEFVAR, obsolete since 24.3.
(init_display_interactive, syms_of_display_for_pdumper):
* src/msdos.c (internal_terminal_init):
* src/nsterm.m (ns_term_init):
* src/pgtkfns.c (pgtk_display_info_for_name):
* src/w32fns.c (w32_display_info_for_name, Fx_open_connection):
* src/xfns.c (x_display_info_for_name, Fx_open_connection): Don't
set above deleted variable.
* admin/admin.el (set-version): Don't update above deleted
variable in msdos.c.
* lisp/textmodes/artist.el (artist-submit-bug-report): Don't use
above deleted variable.
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2574,8 +2574,8 @@ but switching to `ash` is generally much preferable. | |||
| 2574 | 'url-recreate-url-attributes', 'user-variable-p', | 2574 | 'url-recreate-url-attributes', 'user-variable-p', |
| 2575 | 'vc-string-prefix-p', 'vc-toggle-read-only', 'view-return-to-alist', | 2575 | 'vc-string-prefix-p', 'vc-toggle-read-only', 'view-return-to-alist', |
| 2576 | 'view-return-to-alist-update', 'w32-default-color-map' (function), | 2576 | 'view-return-to-alist-update', 'w32-default-color-map' (function), |
| 2577 | 'which-func-mode' (function), 'winner-mode-leave-hook', | 2577 | 'which-func-mode' (function), 'window-system-version', |
| 2578 | 'x-cut-buffer-or-selection-value'. | 2578 | 'winner-mode-leave-hook', 'x-cut-buffer-or-selection-value'. |
| 2579 | 2579 | ||
| 2580 | --- | 2580 | --- |
| 2581 | ** Some functions and variables obsolete since Emacs 23 have been removed: | 2581 | ** Some functions and variables obsolete since Emacs 23 have been removed: |