diff lisp/progmodes/python.el @ 66178:6c46e0e1ba7b

Install to the CVS repository what I forgot to install in my 2005-10-16 changes. * progmodes/python.el (python-complete-symbol): Pass the common prefix substring of completion to `display-completion-list'. * textmodes/org.el (org-complete): Ditto.
author Masatake YAMATO <jet@gyve.org>
date Tue, 18 Oct 2005 04:31:16 +0000
parents e60ed2bd9d3d
children 8db317ab20fc 0ca0d9181b5e
line wrap: on
line diff
--- a/lisp/progmodes/python.el	Tue Oct 18 04:21:51 2005 +0000
+++ b/lisp/progmodes/python.el	Tue Oct 18 04:31:16 2005 +0000
@@ -1652,7 +1652,7 @@
 		(t
 		 (message "Making completion list...")
 		 (with-output-to-temp-buffer "*Completions*"
-		   (display-completion-list completions))
+		   (display-completion-list completions symbol))
 		 (message "Making completion list...%s" "done"))))))))
 
 (eval-when-compile (require 'hippie-exp))