equal
deleted
inserted
replaced
1636 (font-lock-add-keywords |
1636 (font-lock-add-keywords |
1637 mode |
1637 mode |
1638 `( |
1638 `( |
1639 ( ,(concat "\\<\\(" (regexp-opt '("TODO" "FIX" "FIXME" "HACK" "XXX")) ":?\\)\\>") 1 'font-lock-warning-face t) |
1639 ( ,(concat "\\<\\(" (regexp-opt '("TODO" "FIX" "FIXME" "HACK" "XXX")) ":?\\)\\>") 1 'font-lock-warning-face t) |
1640 ;; 64 times, for highlight C-u C-u C-u <key> |
1640 ;; 64 times, for highlight C-u C-u C-u <key> |
1641 ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t) |
1641 ;; ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t) |
1642 )) |
1642 )) |
1643 ) |
1643 ) |
1644 |
1644 |
1645 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1645 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1646 (message "fortune") |
1646 (message "fortune") |