Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
15cca6c4
Commit
15cca6c4
authored
Jul 30, 2000
by
Gerd Moellmann
Browse files
(glasses-make-readable): Fix uncapitalization of
identifiers like `myXMLDocument'.
parent
df5e6194
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/progmodes/glasses.el
lisp/progmodes/glasses.el
+2
-0
No files found.
lisp/progmodes/glasses.el
View file @
15cca6c4
...
...
@@ -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
"\\<."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment