X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/be2cc788c85f818214bbcd3089eb2f481dd8b831..29826b11b10dabd3e6ccdbeb98d8e3dae5f37af4:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 41e15d3..15b156b 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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.