The `python-mode' does this anyway, but if we do it ourselves at the
right time then `whitespace-mode' gets clued in and highlights tabs
(rather than tab-equivalent groups of spaces).
;; Miscellaneous fiddling.
(mdw-standard-fill-prefix "\\([ \t]*#+[ \t]*\\)")
;; Miscellaneous fiddling.
(mdw-standard-fill-prefix "\\([ \t]*#+[ \t]*\\)")
+ (setq indent-tabs-mode nil)
;; Now define fontification things.
(make-local-variable 'font-lock-keywords)
;; Now define fontification things.
(make-local-variable 'font-lock-keywords)