Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1fb2d074
Commit
1fb2d074
authored
Jun 16, 1993
by
Jim Blandy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* frame.c (store_frame_param): Fix error message punctuation.
parent
b1e920c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/frame.c
src/frame.c
+1
-1
No files found.
src/frame.c
View file @
1fb2d074
...
...
@@ -1062,7 +1062,7 @@ store_frame_param (f, prop, val)
error
(
"Surrogate minibuffer windows must be minibuffer windows."
);
if
(
FRAME_HAS_MINIBUF_P
(
f
)
||
FRAME_MINIBUF_ONLY_P
(
f
))
error
(
"
C
an't change the surrogate minibuffer of a frame with its own minibuffer
.
"
);
error
(
"
c
an't change the surrogate minibuffer of a frame with its own minibuffer"
);
/* Install the chosen minibuffer window, with proper buffer. */
f
->
minibuffer_window
=
val
;
...
...
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