# HG changeset patch # User Dave Love # Date 954500834 0 # Node ID 53ad7abcccf8a9d17c761b40ff62cc1d23958ace # Parent 8f2651fa908696ec3fa66d0cdba4f6432ad67cfc (outline-font-lock-keywords): Use :upper: and :alpha: char classes. diff -r 8f2651fa9086 -r 53ad7abcccf8 lisp/textmodes/ooutline.el --- a/lisp/textmodes/ooutline.el Fri Mar 31 10:55:08 2000 +0000 +++ b/lisp/textmodes/ooutline.el Fri Mar 31 11:07:14 2000 +0000 @@ -160,7 +160,7 @@ font-lock-variable-name-face)) nil t)) ;; Highlight citations of the form [1] and [Mar94]. - ("\\[\\([A-Z][A-Za-z]+\\)*[0-9]+\\]" . font-lock-type-face)) + ("\\[\\([[:upper:]][[:alpha:]]+\\)*[0-9]+\\]" . font-lock-type-face)) "Additional expressions to highlight in Outline mode.") (defun outline-mode ()