mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 19:07:34 +00:00
* lisp/minibuffer.el (completion-category-overrides): New completion
category `bookmark'. Fixes: debbugs:11131
This commit is contained in:
parent
59696ae01c
commit
55f197b219
2 changed files with 6 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue