* lisp/minibuffer.el (completion-category-overrides): New completion

category `bookmark'.

Fixes: debbugs:11131
This commit is contained in:
Jambunathan K 2012-10-26 16:44:38 -04:00 committed by Stefan Monnier
parent 59696ae01c
commit 55f197b219
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-10-26 Jambunathan K <kjambunathan@gmail.com>
* minibuffer.el (completion-category-overrides): New completion
category `bookmark' (bug#11131).
2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/advice.el (ad-assemble-advised-definition):

View file

@ -743,6 +743,7 @@ completing buffer and file names, respectively."
(const buffer)
(const file)
(const unicode-name)
(const bookmark)
symbol)
:value-type
(set :tag "Properties to override"