emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/python.el


From: Masatake YAMATO
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/python.el
Date: Tue, 18 Oct 2005 00:31:22 -0400

Index: emacs/lisp/progmodes/python.el
diff -c emacs/lisp/progmodes/python.el:1.33 emacs/lisp/progmodes/python.el:1.34
*** emacs/lisp/progmodes/python.el:1.33 Sat Sep 24 10:58:16 2005
--- emacs/lisp/progmodes/python.el      Tue Oct 18 04:31:16 2005
***************
*** 1652,1658 ****
                (t
                 (message "Making completion list...")
                 (with-output-to-temp-buffer "*Completions*"
!                  (display-completion-list completions))
                 (message "Making completion list...%s" "done"))))))))
  
  (eval-when-compile (require 'hippie-exp))
--- 1652,1658 ----
                (t
                 (message "Making completion list...")
                 (with-output-to-temp-buffer "*Completions*"
!                  (display-completion-list completions symbol))
                 (message "Making completion list...%s" "done"))))))))
  
  (eval-when-compile (require 'hippie-exp))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]