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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
b5251fe7
Commit
b5251fe7
authored
Jun 23, 2005
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(make_frame_without_minibuffer): Follow error conventions.
parent
921baa95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/frame.c
src/frame.c
+3
-3
No files found.
src/frame.c
View file @
b5251fe7
...
@@ -399,7 +399,7 @@ make_frame_without_minibuffer (mini_window, kb, display)
...
@@ -399,7 +399,7 @@ make_frame_without_minibuffer (mini_window, kb, display)
#ifdef MULTI_KBOARD
#ifdef MULTI_KBOARD
if
(
!
NILP
(
mini_window
)
if
(
!
NILP
(
mini_window
)
&&
XFRAME
(
XWINDOW
(
mini_window
)
->
frame
)
->
kboard
!=
kb
)
&&
XFRAME
(
XWINDOW
(
mini_window
)
->
frame
)
->
kboard
!=
kb
)
error
(
"
f
rame and minibuffer must be on the same display"
);
error
(
"
F
rame and minibuffer must be on the same display"
);
#endif
#endif
/* Make a frame containing just a root window. */
/* Make a frame containing just a root window. */
...
@@ -3374,7 +3374,7 @@ extern char *x_get_string_resource P_ ((XrmDatabase, char *, char *));
...
@@ -3374,7 +3374,7 @@ extern char *x_get_string_resource P_ ((XrmDatabase, char *, char *));
extern
Display_Info
*
check_x_display_info
P_
((
Lisp_Object
));
extern
Display_Info
*
check_x_display_info
P_
((
Lisp_Object
));
/* Get specified attribute from resource database RDB.
/* Get specified attribute from resource database RDB.
See Fx_get_resource below for other parameters. */
See Fx_get_resource below for other parameters. */
static
Lisp_Object
static
Lisp_Object
...
@@ -3511,7 +3511,7 @@ x_get_resource_string (attribute, class)
...
@@ -3511,7 +3511,7 @@ x_get_resource_string (attribute, class)
Lisp_Object
Lisp_Object
x_get_arg
(
dpyinfo
,
alist
,
param
,
attribute
,
class
,
type
)
x_get_arg
(
dpyinfo
,
alist
,
param
,
attribute
,
class
,
type
)
Display_Info
*
dpyinfo
;
Display_Info
*
dpyinfo
;
Lisp_Object
alist
,
param
;
Lisp_Object
alist
,
param
;
char
*
attribute
;
char
*
attribute
;
char
*
class
;
char
*
class
;
...
...
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