mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
* lisp/term/pgtk-win.el (pgtk-pop-up-frames): Remove since it is not used
This commit is contained in:
parent
299cfb413f
commit
35906d60e6
1 changed files with 0 additions and 10 deletions
|
|
@ -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))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue