Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c359b7bd
Commit
c359b7bd
authored
Feb 08, 2014
by
Lars Ingebrigtsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(icomplete-simple-completing-p): Mention the previous variable.
parent
a54a7552
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/icomplete.el
lisp/icomplete.el
+2
-1
No files found.
lisp/ChangeLog
View file @
c359b7bd
2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
* icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
(icomplete-simple-completing-p): Mention the previous variable.
* font-lock.el (font-lock-value-in-major-mode): Clarify the
meaning of the parameter (bug#12282).
...
...
lisp/icomplete.el
View file @
c359b7bd
...
...
@@ -237,7 +237,8 @@ Conditions are:
and not in the middle of macro execution,
and the completion table is not a function (which would
indicate some non-standard, non-simple completion mechanism,
like file-name and other custom-func completions)."
like file-name and other custom-func completions),
and `icomplete-with-completion-tables' doesn't restrict completion."
(
unless
executing-kbd-macro
(
let
((
table
(
icomplete--completion-table
)))
...
...
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