commit | 585f733b395df42d75d286f2f5911cef35bb835b | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Apr 01 21:13:51 1998 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Apr 01 21:13:51 1998 +0000 |
tree | 5caa8b9b3263d3b360ee6bd5446fe70e8ef9722e | |
parent | b1062fc9d25a2720bfe5ac26151f69ab5f02ba94 [diff] |
Two patches for Emacs 20.2 compatibility: (py-compute-indentation): int-to-char isn't defined in Emacs, but we don't really need it anyway, so just remove this conversion. XEmacs is happy either way. (py-parse-state): The Emacs branch (i.e. w/o buffer-syntactic-context) wasn't adjusting point correctly.