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
a4151f3b
Commit
a4151f3b
authored
Dec 27, 2013
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/icomplete.el (icomplete-show-matches-on-no-input): Default to nil.
Fixes: debbugs:16251
parent
7514d3f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/icomplete.el
lisp/icomplete.el
+1
-1
No files found.
lisp/ChangeLog
View file @
a4151f3b
2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
* icomplete.el (icomplete-show-matches-on-no-input): Default to nil
(bug#16251).
* electric.el: Move all electric-pair-* to elec-pair.el.
* elec-pair.el: New file, split from electric.el.
...
...
lisp/icomplete.el
View file @
a4151f3b
...
...
@@ -78,7 +78,7 @@ When nil, show candidates in full."
:type
'boolean
:version
"24.4"
)
(
defcustom
icomplete-show-matches-on-no-input
t
(
defcustom
icomplete-show-matches-on-no-input
nil
"When non-nil, show completions when first prompting for input."
:type
'boolean
:version
"24.4"
)
...
...
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