diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/ooutline.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el index 8eee5de2f8f..f2a324bd0f1 100644 --- a/lisp/textmodes/ooutline.el +++ b/lisp/textmodes/ooutline.el @@ -160,7 +160,7 @@ in the file it applies to." 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 () |