emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/pgtk 35906d6 3/4: * lisp/term/pgtk-win.el (pgtk-pop-up-frames):


From: Yuuki Harano
Subject: feature/pgtk 35906d6 3/4: * lisp/term/pgtk-win.el (pgtk-pop-up-frames): Remove since it is not used
Date: Sun, 15 Aug 2021 05:33:27 -0400 (EDT)

branch: feature/pgtk
commit 35906d60e6aa92de487fdc88a575a4c04d7d314a
Author: Yuuki Harano <masm+github@masm11.me>
Commit: Yuuki Harano <masm+github@masm11.me>

    * lisp/term/pgtk-win.el (pgtk-pop-up-frames): Remove since it is not used
---
 lisp/term/pgtk-win.el | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/lisp/term/pgtk-win.el b/lisp/term/pgtk-win.el
index 4f1810c..3b046cc 100644
--- a/lisp/term/pgtk-win.el
+++ b/lisp/term/pgtk-win.el
@@ -65,16 +65,6 @@
 
 ;;;; File handling.
 
-(defcustom pgtk-pop-up-frames 'fresh
-  "Non-nil means open files upon request from the Workspace in a new frame.
-If t, always do so.  Any other non-nil value means open a new frame
-unless the current buffer is a scratch buffer."
-  :type '(choice (const :tag "Never" nil)
-                 (const :tag "Always" t)
-                 (other :tag "Except for scratch buffer" fresh))
-  :version "23.1"
-  :group 'pgtk)
-
 (declare-function pgtk-hide-emacs "pgtkfns.c" (on))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]