[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107941: * lisp/progmodes/python.el:
From: |
Leo Liu |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107941: * lisp/progmodes/python.el: Trivial cleanup. |
Date: |
Tue, 17 Apr 2012 03:28:57 +0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107941
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Tue 2012-04-17 03:28:57 +0800
message:
* lisp/progmodes/python.el: Trivial cleanup.
modified:
lisp/ChangeLog
lisp/progmodes/python.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-04-16 19:25:59 +0000
+++ b/lisp/ChangeLog 2012-04-16 19:28:57 +0000
@@ -1,3 +1,7 @@
+2012-04-16 Leo Liu <address@hidden>
+
+ * progmodes/python.el: Trivial cleanup.
+
2012-04-16 Glenn Morris <address@hidden>
* emacs-lisp/eieio-opt.el (describe-class, describe-generic):
=== modified file 'lisp/progmodes/python.el'
--- a/lisp/progmodes/python.el 2012-04-10 11:27:44 +0000
+++ b/lisp/progmodes/python.el 2012-04-16 19:28:57 +0000
@@ -69,11 +69,7 @@
(require 'comint)
(require 'ansi-color)
-(eval-when-compile
- (require 'compile)
- (require 'hippie-exp))
-
-(autoload 'comint-mode "comint")
+(eval-when-compile (require 'compile))
(defgroup python nil
"Silly walks in the Python language."
@@ -1488,8 +1484,6 @@
res)
(t (concat res s)))))
-(autoload 'comint-check-proc "comint")
-
(defvar python-version-checked nil)
(defun python-check-version (cmd)
"Check that CMD runs a suitable version of Python."
@@ -1684,8 +1678,6 @@
"Caches (directory . file) pair used in the last `python-load-file' command.
Used for determining the default in the next one.")
-(autoload 'comint-get-source "comint")
-
(defun python-load-file (file-name)
"Load a Python file FILE-NAME into the inferior Python process.
If the file has extension `.py' import or reload it as a module.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107941: * lisp/progmodes/python.el: Trivial cleanup.,
Leo Liu <=