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
68b113f6
Commit
68b113f6
authored
Mar 15, 2009
by
Chong Yidong
Browse files
(completion-styles): Add emacs22 completion style as fallback.
parent
80495f24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/minibuffer.el
lisp/minibuffer.el
+1
-1
No files found.
lisp/minibuffer.el
View file @
68b113f6
...
...
@@ -307,7 +307,7 @@ where NAME is the name that should be used in `completion-styles',
TRY-COMPLETION is the function that does the completion, and
ALL-COMPLETIONS is the function that lists the completions."
)
(
defcustom
completion-styles
'
(
basic
partial-completion
)
(
defcustom
completion-styles
'
(
basic
partial-completion
emacs22
)
"List of completion styles to use."
:type
`
(
repeat
(
choice
,@
(
mapcar
(
lambda
(
x
)
(
list
'const
(
car
x
)))
completion-styles-alist
)))
...
...
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