mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.
This commit is contained in:
commit
d2fc7e3d0f
14 changed files with 143 additions and 46 deletions
|
@ -636,8 +636,8 @@ considered."
|
|||
(plist (nthcdr 3 data)))
|
||||
(if (null data)
|
||||
(minibuffer-message "Nothing to complete")
|
||||
(let ((completion-annotate-function
|
||||
(plist-get plist :annotate-function)))
|
||||
(let ((completion-annotate-function
|
||||
(plist-get plist :annotation-function)))
|
||||
(completion-in-region (nth 0 data) (nth 1 data) (nth 2 data)
|
||||
(plist-get plist :predicate))))))
|
||||
|
||||
|
@ -685,7 +685,7 @@ considered."
|
|||
(when end
|
||||
(list beg end obarray
|
||||
:predicate predicate
|
||||
:annotate-function
|
||||
:annotation-function
|
||||
(unless (eq predicate 'fboundp)
|
||||
(lambda (str) (if (fboundp (intern-soft str)) " <f>"))))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue