/[emacs]/emacs/lisp/progmodes/meta-mode.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/meta-mode.el

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

revision 1.14 by nickrob, Mon Aug 1 08:37:48 2005 UTC revision 1.15 by jet, Sun Oct 16 09:31:44 2005 UTC
# Line 509  If the list was changed, sort the list a Line 509  If the list was changed, sort the list a
509                   (message "Making completion list...")                   (message "Making completion list...")
510                   (let ((list (all-completions symbol list nil)))                   (let ((list (all-completions symbol list nil)))
511                     (with-output-to-temp-buffer "*Completions*"                     (with-output-to-temp-buffer "*Completions*"
512                       (display-completion-list list)))                       (display-completion-list list symbol)))
513                   (message "Making completion list... done"))))                   (message "Making completion list... done"))))
514        (funcall (nth 1 entry)))))        (funcall (nth 1 entry)))))
515    

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

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