/[emacs]/emacs/lisp/iswitchb.el
ViewVC logotype

Diff of /emacs/lisp/iswitchb.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by monnier, Mon Nov 19 21:06:17 2001 UTC revision 1.36 by pj, Mon Nov 26 07:30:12 2001 UTC
# Line 1143  Copied from `icomplete-exhibit' with two Line 1143  Copied from `icomplete-exhibit' with two
1143            (iswitchb-set-common-completion)            (iswitchb-set-common-completion)
1144    
1145            ;; Insert the match-status information:            ;; Insert the match-status information:
1146            (insert-string (iswitchb-completions            (insert (iswitchb-completions
1147                            contents                     contents
1148                            minibuffer-completion-table                     minibuffer-completion-table
1149                            minibuffer-completion-predicate                     minibuffer-completion-predicate
1150                            (not minibuffer-completion-confirm)))))))                     (not minibuffer-completion-confirm)))))))
1151    
1152  (defun iswitchb-completions (name candidates predicate require-match)  (defun iswitchb-completions (name candidates predicate require-match)
1153    "Return the string that is displayed after the user's text.    "Return the string that is displayed after the user's text.

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26