Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Fix for new python.el #15

Merged
merged 1 commit into from Feb 3, 2014
Merged

Conversation

syohex
Copy link
Contributor

@syohex syohex commented Feb 3, 2014

python-python-command and python-python-command-args are no longer used.

I got following error when I evaluate M-x (django-python-command)

Debugger entered--Lisp error: (void-variable python-python-command)
  (cons python-python-command python-python-command-args)
  (mapconcat (quote identity) (cons python-python-command python-python-command-args) " ")
  django-python-command()
  eval((django-python-command) nil)
  eval-expression((django-python-command) nil)
  call-interactively(eval-expression nil nil)
  command-execute(eval-expression)

`python-python-command` and `python-python-command-args` are no longer used.
valpackett added a commit that referenced this pull request Feb 3, 2014
@valpackett valpackett merged commit db71df0 into valpackett:master Feb 3, 2014
@valpackett
Copy link
Owner

Thanks!

@syohex syohex deleted the fix-for-new-python.el branch February 3, 2014 22:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants