From 55f197b2192f30e1207fe67aef9ddbb02e2712e5 Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Fri, 26 Oct 2012 16:44:38 -0400 Subject: [PATCH] * lisp/minibuffer.el (completion-category-overrides): New completion category `bookmark'. Fixes: debbugs:11131 --- lisp/ChangeLog | 5 +++++ lisp/minibuffer.el | 1 + 2 files changed, 6 insertions(+) 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" -- 2.39.5