(glasses-make-readable): Fix uncapitalization of
identifiers like `myXMLDocument'.
This commit is contained in:
parent
df5e6194c6
commit
15cca6c4f6
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,8 @@ CATEGORY is the overlay category. If it is nil, use the `glasses' category."
|
|||
(o (glasses-make-overlay (match-beginning n) (match-end n))))
|
||||
(goto-char (match-beginning n))
|
||||
(when (and glasses-uncapitalize-p
|
||||
(save-match-data
|
||||
(looking-at "[A-Z]\\($\\|[^A-Z]\\)"))
|
||||
(save-excursion
|
||||
(save-match-data
|
||||
(re-search-backward "\\<.")
|
||||
|
|
Loading…
Add table
Reference in a new issue