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
18ae44fc
Commit
18ae44fc
authored
Jun 10, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fdisplay_completion_list): Require at least two spaces between items.
parent
b2e209ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/minibuf.c
src/minibuf.c
+1
-1
No files found.
src/minibuf.c
View file @
18ae44fc
...
...
@@ -1436,7 +1436,7 @@ It can find the completion buffer in `standard-output'.")
if
(
i
&
1
)
{
if
(
XTYPE
(
Vstandard_output
)
==
Lisp_Buffer
)
Findent_to
(
make_number
(
35
),
make_number
(
1
));
Findent_to
(
make_number
(
35
),
make_number
(
2
));
else
{
do
...
...
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