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
cc436baa
Commit
cc436baa
authored
Jul 27, 2012
by
Tassilo Horn
Browse files
Minor fix to my previous changes.
parent
aa81af71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/textmodes/reftex.el
lisp/textmodes/reftex.el
+1
-1
No files found.
lisp/textmodes/reftex.el
View file @
cc436baa
...
...
@@ -1320,7 +1320,7 @@ This enforces rescanning the buffer on next use."
"\\)\\([[{][^]}]*[]}]\\)*[[{]\\(%s\\)[]}]"))
(find-label-re-format
(concat "\\("
"
\\[[^]]*
label[[:space:]]*=[[:space:]]*
{?\\(?1:[^],}]+\\)}?[^[]*\\]
"
"label[[:space:]]*=[[:space:]]*"
"\\|"
(mapconcat 'regexp-quote (append '("\\label")
macros-with-labels) "\\|")
...
...
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