[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master cf9ac85785: Remove the view-remove-frame-by-deleting variable
From: |
Lars Ingebrigtsen |
Subject: |
master cf9ac85785: Remove the view-remove-frame-by-deleting variable |
Date: |
Mon, 10 Oct 2022 20:39:54 -0400 (EDT) |
branch: master
commit cf9ac857857e52a337864b3ea0dc39c186d56158
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
Remove the view-remove-frame-by-deleting variable
* lisp/view.el (view-remove-frame-by-deleting): Remove variable
that hasn't been used since 2011 -- 357f93d245344 reworked the
code and stopped using it (bug#58413).
---
lisp/view.el | 7 -------
1 file changed, 7 deletions(-)
diff --git a/lisp/view.el b/lisp/view.el
index 1207f01db2..d9b1a2d0e7 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -68,13 +68,6 @@ the F command in `view-mode', but you can set it to t if you
want the action
for all scroll commands in view mode."
:type 'boolean)
-;;;###autoload
-(defcustom view-remove-frame-by-deleting t
- "Determine how View mode removes a frame no longer needed.
-If nil, make an icon of the frame. If non-nil, delete the frame."
- :type 'boolean
- :version "23.1")
-
(defcustom view-exits-all-viewing-windows nil
"Non-nil means restore all windows used to view buffer.
Commands that restore windows when finished viewing a buffer,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master cf9ac85785: Remove the view-remove-frame-by-deleting variable,
Lars Ingebrigtsen <=