chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' of git+ssh://metalzone.distorted.org.uk/~mdw/etc/profile
[profile]
/
el
/
dot-emacs.el
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 132278963823441ea4fa2731798fd9cf6474401e..170b049dacc56dee7b0ab7848478a9e83db2ed68 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-1361,7
+1361,7
@@
(defun mdw-fontify-pythonic (keywords)
(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.