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

(python-mode): font-lock-defaults necessary for Emacs 19, but doesn't

hurt for XEmacs.
üst c72ad871
......@@ -662,7 +662,9 @@ py-beep-if-tab-change\t\tring the bell if tab-width is changed"
(set-syntax-table py-mode-syntax-table)
(setq major-mode 'python-mode
mode-name "Python"
local-abbrev-table python-mode-abbrev-table)
local-abbrev-table python-mode-abbrev-table
font-lock-defaults '(python-font-lock-keywords)
)
(use-local-map py-mode-map)
;; add the menu
(if py-menu
......
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