/[emacs]/emacs/lisp/mh-e/mh-comp.el
ViewVC logotype

Diff of /emacs/lisp/mh-e/mh-comp.el

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

revision 1.15 by wohler, Fri Oct 14 16:05:37 2005 UTC revision 1.16 by jet, Sun Oct 16 09:31:45 2005 UTC
# Line 1650  Any match found replaces the text from B Line 1650  Any match found replaces the text from B
1650            ((stringp completion)            ((stringp completion)
1651             (if (equal word completion)             (if (equal word completion)
1652                 (with-output-to-temp-buffer completions-buffer                 (with-output-to-temp-buffer completions-buffer
1653                   (display-completion-list (all-completions word choices)))                   (display-completion-list (all-completions word choices)
1654                                              word))
1655               (ignore-errors               (ignore-errors
1656                 (kill-buffer completions-buffer))                 (kill-buffer completions-buffer))
1657               (delete-region begin end)               (delete-region begin end)

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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