--- a/.emacs-my Fri Apr 26 12:15:39 2019 +0300
+++ b/.emacs-my Mon Apr 29 16:49:32 2019 +0300
@@ -1931,12 +1931,10 @@
(dolist (mode (append my-devel-mode-list my-text-mode-list))
(font-lock-add-keywords
mode
- `(
- ( ,(concat "\\<\\(" (regexp-opt '("TODO" "FIX" "FIXME" "HACK" "XXX")) ":?\\)\\>") 1 'font-lock-warning-face t)
+ `(( ,(concat "\\<\\(" (regexp-opt '("TODO" "FIX" "FIXME" "HACK" "XXX" "EDITED")) ":?\\)\\>") 1 'font-lock-warning-face t)
;; 64 times, for highlight C-u C-u C-u <key>
;; ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t)
- ))
- )
+ )))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(message "mail, message")