(python-mode): Patch to make font-lock work automatically for Emacs.
Unnecessary for XEmacs, but oh well...
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 140d3c0..9adc9cf 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -851,6 +851,7 @@
   (setq major-mode             'python-mode
 	mode-name              "Python"
 	local-abbrev-table     python-mode-abbrev-table
+	font-lock-defaults     '(python-font-lock-keywords)
 	paragraph-separate     "^[ \t]*$"
 	paragraph-start        "^[ \t]*$"
 	require-final-newline  t