mirror of https://github.com/python/cpython
(python-mode): Patch to make font-lock work automatically for Emacs.
Unnecessary for XEmacs, but oh well...
This commit is contained in:
parent
673d05f0ee
commit
5c38bf6c62
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue