* lisp/minibuffer.el (completion-table-case-fold): Use currying.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 3 Oct 2011 15:03:00 +0000 (11:03 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 3 Oct 2011 15:03:00 +0000 (11:03 -0400)
commit3dc61a0913bb72f576cfbd18ef31299f8548ab19
tree21e3e698184ecadb233b66503b1ada4e3d93719e
parent8ea0a99305da16de73e508c943db3e844eda2e9e
* lisp/minibuffer.el (completion-table-case-fold): Use currying.
(completion--styles-type, completion--cycling-threshold-type): New constants.
(completion-styles, completion-category-overrides)
(completion-cycle-threshold): Use them.
* lisp/pcomplete.el (pcomplete-completions-at-point): Adjust call to
completion-table-case-fold.
lisp/ChangeLog
lisp/minibuffer.el
lisp/pcomplete.el