Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
faa3b11d
Commit
faa3b11d
authored
Jan 14, 1993
by
Jim Blandy
Browse files
* frame.el (frame-notice-user-settings): Don't try to delete the
initial frame if the user took care of that.
parent
396890d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/frame.el
lisp/frame.el
+2
-2
No files found.
lisp/frame.el
View file @
faa3b11d
;;; frame.el --- multi-frame management independent of window systems.
;;;; Copyright (C) 1990, 1992 Free Software Foundation, Inc.
;;;; Copyright (C) 1990, 1992
, 1993
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
...
...
@@ -113,7 +113,7 @@ These supercede the values given in default-frame-alist.")
;;; need to see if it should go away or change. Create a text frame
;;; here.
(
defun
frame-notice-user-settings
()
(
if
frame-initial-frame
(
if
(
live-frame-p
frame-initial-frame
)
(
progn
;; If the user wants a minibuffer-only frame, we'll have to
;; make a new one; you can't remove or add a root window to/from
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment