From: Jambunathan K Date: Fri, 26 Oct 2012 20:44:38 +0000 (-0400) Subject: * lisp/minibuffer.el (completion-category-overrides): New completion X-Git-Tag: emacs-24.2.90~209^2~57 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55f197b2192f30e1207fe67aef9ddbb02e2712e5;p=emacs.git * lisp/minibuffer.el (completion-category-overrides): New completion category `bookmark'. Fixes: debbugs:11131 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7cb9fb0793c..4f6e37af6ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-10-26 Jambunathan K + + * minibuffer.el (completion-category-overrides): New completion + category `bookmark' (bug#11131). + 2012-10-26 Stefan Monnier * emacs-lisp/advice.el (ad-assemble-advised-definition): diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 4421e325b91..52c3a0ba659 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -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"