+2008-05-30 Juanma Barranquero <lekktu@gmail.com>
+
+ * minibuffer.el (completion-table-dynamic): Doc fix.
+
2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status): Try and
2008-05-29 Kenichi Handa <handa@m17n.org>
- * international/mule-conf.el (utf-8-sig, utf-8-auto): New coding
- systems.
+ * international/mule-conf.el (utf-8-sig, utf-8-auto):
+ New coding systems.
- * international/mule.el (define-coding-system): Accept :bom for
- utf-8.
+ * international/mule.el (define-coding-system): Accept :bom for utf-8.
2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
FUN will be called in the buffer from which the minibuffer was entered.
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'."
(lexical-let ((fun fun))
(lambda (string pred action)
(let ((start (length (file-name-directory string)))
(end (string-match "/" (cdr action))))
(list* 'boundaries start end)))
-
+
(t
(let* ((dir (if (stringp pred)
;; It used to be that `pred' was abused to pass `dir'