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
d9aa6b33
Commit
d9aa6b33
authored
May 30, 2008
by
Juanma Barranquero
Browse files
(completion-table-dynamic): Doc fix.
parent
47dd5958
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
lisp/ChangeLog
lisp/ChangeLog
+7
-4
lisp/minibuffer.el
lisp/minibuffer.el
+2
-2
No files found.
lisp/ChangeLog
View file @
d9aa6b33
2008-05-30 Juanma Barranquero <lekktu@gmail.com>
* minibuffer.el (completion-table-dynamic): Doc fix.
2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status): Try and
* vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status): Try and
...
@@ -42,11 +46,10 @@
...
@@ -42,11 +46,10 @@
2008-05-29 Kenichi Handa <handa@m17n.org>
2008-05-29 Kenichi Handa <handa@m17n.org>
* international/mule-conf.el (utf-8-sig, utf-8-auto):
New coding
* international/mule-conf.el (utf-8-sig, utf-8-auto):
systems.
New coding
systems.
* international/mule.el (define-coding-system): Accept :bom for
* international/mule.el (define-coding-system): Accept :bom for utf-8.
utf-8.
2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
...
...
lisp/minibuffer.el
View file @
d9aa6b33
...
@@ -131,7 +131,7 @@ the value of its argument. If completion is performed in the minibuffer,
...
@@ -131,7 +131,7 @@ the value of its argument. If completion is performed in the minibuffer,
FUN will be called in the buffer from which the minibuffer was entered.
FUN will be called in the buffer from which the minibuffer was entered.
The result of the `dynamic-completion-table' form is a function
The result of the `dynamic-completion-table' form is a function
that can be used as the
ALIST
argument to `try-completion' and
that can be used as the
COLLECTION
argument to `try-completion' and
`all-completions'. See Info node `(elisp)Programmed Completion'."
`all-completions'. See Info node `(elisp)Programmed Completion'."
(
lexical-let
((
fun
fun
))
(
lexical-let
((
fun
fun
))
(
lambda
(
string
pred
action
)
(
lambda
(
string
pred
action
)
...
@@ -978,7 +978,7 @@ specified by COMMON-SUBSTRING."
...
@@ -978,7 +978,7 @@ specified by COMMON-SUBSTRING."
(
let
((
start
(
length
(
file-name-directory
string
)))
(
let
((
start
(
length
(
file-name-directory
string
)))
(
end
(
string-match
"/"
(
cdr
action
))))
(
end
(
string-match
"/"
(
cdr
action
))))
(
list*
'boundaries
start
end
)))
(
list*
'boundaries
start
end
)))
(
t
(
t
(
let*
((
dir
(
if
(
stringp
pred
)
(
let*
((
dir
(
if
(
stringp
pred
)
;; It used to be that `pred' was abused to pass `dir'
;; It used to be that `pred' was abused to pass `dir'
...
...
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