Comment 8 for bug 961496

Revision history for this message
Andreas Roehler (a-roehler) wrote :

probably you should remove that, its at best redundant

py-variable-name-face inherits already default face, unless you customize otherwise

its implemented like that:

(defface py-variable-name-face
  '((t (:inherit default)))
  "Face method decorators."
  :group 'python-mode)