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
8ca37e61
Commit
8ca37e61
authored
Sep 23, 2008
by
Martin Rudalics
Browse files
(latex-find-indent): ... and handle conjunction correctly this time.
parent
be10dcf2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
lisp/textmodes/tex-mode.el
lisp/textmodes/tex-mode.el
+8
-8
No files found.
lisp/textmodes/tex-mode.el
View file @
8ca37e61
...
...
@@ -2586,8 +2586,8 @@ There might be text before point."
(
member
(
match-string
2
)
tex-verbatim-environments
)
0
)
;; Put leading close-paren where the matching open paren would be.
(
and
(
let
(
escaped
)
(
or
(
eq
(
latex-syntax-after
)
?\)
)
(
let
(
escaped
)
(
and
(
or
(
eq
(
latex-syntax-after
)
?\)
)
;; Try to handle escaped close parens but keep original
;; position if it doesn't work out.
(
setq
escaped
(
looking-at
"\\\\\\([])}]\\)"
)))
...
...
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