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
ea622834
Commit
ea622834
authored
Mar 29, 2011
by
Leo Liu
Browse files
Add to minibuffer-history if HISOTRY is nil in ido.el
It is broken by the change on 2011-03-21.
parent
ac45a338
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/ido.el
lisp/ido.el
+1
-1
No files found.
lisp/ChangeLog
View file @
ea622834
2011-03-29 Leo Liu <sdl.web@gmail.com>
* ido.el (ido-read-internal): Use the default history var
minibuffer-history if no HISTORY is specified.
2011-03-28 Leo Liu <sdl.web@gmail.com>
* abbrev.el (abbrev-table-empty-p): New function.
...
...
lisp/ido.el
View file @
ea622834
...
...
@@ -2151,7 +2151,7 @@ If INITIAL is non-nil, it specifies the initial input string."
(
t
(
setq
done
t
))))))
(
a
nd
history
(
add-to-
history
history
ido-selected
)
)
(
a
dd-to-
history
(
or
history
'minibuffer-
history
)
ido-selected
)
ido-selected
))
(
defun
ido-edit-input
()
...
...
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