Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f45f90f3
Commit
f45f90f3
authored
Apr 17, 2012
by
Leo Liu
Browse files
* lisp/progmodes/python.el: Trivial cleanup.
parent
099e7202
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/python.el
lisp/progmodes/python.el
+1
-9
No files found.
lisp/ChangeLog
View file @
f45f90f3
2012-04-16 Leo Liu <sdl.web@gmail.com>
* progmodes/python.el: Trivial cleanup.
2012-04-16 Glenn Morris <rgm@gnu.org>
* emacs-lisp/eieio-opt.el (describe-class, describe-generic):
...
...
lisp/progmodes/python.el
View file @
f45f90f3
...
...
@@ -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 @@ Don't save anything for STR matching `inferior-python-filter-regexp'."
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 @@ value to determine defaults."
"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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment