el/dot-emacs.el: Fix stupid botch in earlier Python mode hacking.
[profile] / el / dot-emacs.el
index 41e15d3..15b156b 100644 (file)
@@ -1351,7 +1351,7 @@ strip numbers instead."
        (list
 
         ;; Set up the keywords defined above.
-        (list (concat "\\<\\(" python-keywords "\\)\\>")
+        (list (concat "\\<\\(" keywords "\\)\\>")
               '(0 font-lock-keyword-face))
 
         ;; At least numbers are simpler than C.