Kaydet (Commit) 5c38bf6c authored tarafından Barry Warsaw's avatar Barry Warsaw

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

Unnecessary for XEmacs, but oh well...
üst 673d05f0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment