]> git.eshelyaron.com Git - emacs.git/commit
Doc fixes. Changes for compiler warnings.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Apr 2004 18:02:03 +0000 (18:02 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Apr 2004 18:02:03 +0000 (18:02 +0000)
commit0578dead3a18ccc5419db3d1d5bb4db43165bd44
tree688e4ee2ba1e5c447e38332db3994e8f2fbc5d17
parent40899d7b7522cd518bb37ac635d1263c9f0d2236
Doc fixes.  Changes for compiler warnings.
(syntax): Don't require.
(python) <defgroup>: Add :version.
(python-quote-syntax): Re-written.
(inferior-python-mode): Move stuff here from run-python and add
some more.
(python-preoutput-continuation, python-preoutput-result)
(python-dotty-syntax-table): New.
(python-describe-symbol): Use them.
(run-python): Move stuff to inferior-python-mode.  Modify code
loaded into Python.
(python-send-region): Use python-proc, python-send-string.
(python-send-string): Send newlines too.  Callers changed.
(python-load-file): Re-written.
(python-eldoc-function): New.
(info-look): Don't require.
(python-after-info-look): New.  A modified version of former
top-level code for use with eval-after-load.
(python-maybe-jython, python-guess-indent): Use widened buffer.
(python-fill-paragraph): Re-written.
(python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
lisp/ChangeLog
lisp/progmodes/python.el