(python-mode): Patch to make font-lock work automatically for Emacs.

Unnecessary for XEmacs, but oh well...
This commit is contained in:
Barry Warsaw 1997-12-02 22:01:04 +00:00
parent 673d05f0ee
commit 5c38bf6c62
1 changed files with 1 additions and 0 deletions

View File

@ -851,6 +851,7 @@ py-beep-if-tab-change\t\tring the bell if tab-width is changed"
(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