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
59860a8c
Commit
59860a8c
authored
Aug 30, 1996
by
Richard M. Stallman
Browse files
(Fminibuffer_complete_word): Check for
unexpected data type returned by Ftry_completion.
parent
31257c3f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/minibuf.c
src/minibuf.c
+1
-0
No files found.
src/minibuf.c
View file @
59860a8c
...
...
@@ -1475,6 +1475,7 @@ Return nil if there is no valid completion, else t.")
register
unsigned
char
*
buffer_string
;
int
buffer_length
,
completion_length
;
CHECK_STRING
(
completion
,
0
);
tem
=
Fbuffer_string
();
GCPRO2
(
completion
,
tem
);
/* If reading a file name,
...
...
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