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 /lisp/textmodes/artist.el | |
| 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 'lisp/textmodes/artist.el')
| -rw-r--r-- | lisp/textmodes/artist.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index 2cf9ded04bf..76675328daa 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el | |||
| @@ -5341,8 +5341,6 @@ The event, EV, is the mouse event." | |||
| 5341 | (require 'reporter) | 5341 | (require 'reporter) |
| 5342 | (if (y-or-n-p "Do you want to submit a bug report on Artist? ") | 5342 | (if (y-or-n-p "Do you want to submit a bug report on Artist? ") |
| 5343 | (let ((vars '(window-system | 5343 | (let ((vars '(window-system |
| 5344 | window-system-version | ||
| 5345 | ;; | ||
| 5346 | artist-rubber-banding | 5344 | artist-rubber-banding |
| 5347 | artist-interface-with-rect | 5345 | artist-interface-with-rect |
| 5348 | artist-aspect-ratio | 5346 | artist-aspect-ratio |