[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r110683: * lisp/minibuffer.el (comple
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r110683: * lisp/minibuffer.el (completion-category-overrides): New completion |
Date: |
Fri, 26 Oct 2012 16:44:38 -0400 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 110683
fixes bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11131
author: Jambunathan K <address@hidden>
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Fri 2012-10-26 16:44:38 -0400
message:
* lisp/minibuffer.el (completion-category-overrides): New completion
category `bookmark'.
modified:
lisp/ChangeLog
lisp/minibuffer.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-10-26 18:01:30 +0000
+++ b/lisp/ChangeLog 2012-10-26 20:44:38 +0000
@@ -1,3 +1,8 @@
+2012-10-26 Jambunathan K <address@hidden>
+
+ * minibuffer.el (completion-category-overrides): New completion
+ category `bookmark' (bug#11131).
+
2012-10-26 Stefan Monnier <address@hidden>
* emacs-lisp/advice.el (ad-assemble-advised-definition):
=== modified file 'lisp/minibuffer.el'
--- a/lisp/minibuffer.el 2012-10-25 12:56:13 +0000
+++ b/lisp/minibuffer.el 2012-10-26 20:44:38 +0000
@@ -743,6 +743,7 @@
(const buffer)
(const file)
(const unicode-name)
+ (const bookmark)
symbol)
:value-type
(set :tag "Properties to override"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r110683: * lisp/minibuffer.el (completion-category-overrides): New completion,
Stefan Monnier <=