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
2bc9406c
Commit
2bc9406c
authored
Sep 16, 2012
by
Glenn Morris
Browse files
Fix ChangeLog, add missing :version.
parent
a8c14da8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-1
lisp/ido.el
lisp/ido.el
+1
-0
No files found.
lisp/ChangeLog
View file @
2bc9406c
2012-09-16 Leo Liu <sdl.web@gmail.com>
IDO: Disable match re-ordering for buffer switching.
* ido.el (ido-
confirm-unique-completion
): New variable.
* ido.el (ido-
buffer-disable-smart-matches
): New variable.
(ido-set-matches-1): Use it. (Bug#2042)
2012-09-12 Jose Marino <marinoj@nso.edu> (tiny change)
...
...
lisp/ido.el
View file @
2bc9406c
...
...
@@ -501,6 +501,7 @@ By default, ido aranges matches in the following order:
full-matches > suffix matches > prefix matches > remaining matches
which can get in the way for buffer switching."
:version
"24.3"
:type
'boolean
:group
'ido
)
...
...
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