Skip to content

Commit

Permalink
`py--dump-help-string' fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-roehler committed Jul 9, 2015
1 parent 2a8f45e commit 94ed4e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ToDo.org
@@ -1,3 +1,4 @@
* py-report-comint-variable-setting
* New keys setting in `py-python-shell-mode-map'

[(control c)(control l)] 'comint-dynamic-list-input-ring)
Expand Down
3 changes: 2 additions & 1 deletion python-components-help.el
Expand Up @@ -289,7 +289,8 @@ Optional \\[universal-argument] used for debugging, will prevent deletion of tem
(terpri)
(setq start end))
(princ (substitute-command-keys (substring str start)))
(and comint-vars-p (py-report-comint-variable-setting)))
;; (and comint-vars-p (py-report-comint-variable-setting))
)
(if (featurep 'xemacs) (print-help-return-message)
(help-print-return-message))))

Expand Down

0 comments on commit 94ed4e9

Please sign in to comment.