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
99b72cc4
Commit
99b72cc4
authored
Dec 20, 2008
by
Jason Rumney
Browse files
(Fmake_terminal_frame): Raise an error when called from
a graphical frame on Windows.
parent
54ea0c87
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/frame.c
src/frame.c
+1
-1
No files found.
src/ChangeLog
View file @
99b72cc4
2008-12-20 Jason Rumney <jasonr@gnu.org>
* frame.c (Fmake_terminal_frame): Raise an error when called from
a graphical frame on Windows.
2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
* frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
...
...
src/frame.c
View file @
99b72cc4
...
...
@@ -684,7 +684,7 @@ affects all frames on the same terminal device. */)
abort ();
#else /* not MSDOS */
#if
0
/* This should work now! */
#if
def WINDOWSNT
/* This should work now! */
if (sf->output_method != output_termcap)
error ("Not using an ASCII terminal now; cannot make a new ASCII frame");
#endif
...
...
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