mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Minor fix to my previous changes.
This commit is contained in:
parent
aa81af715c
commit
cc436baac4
1 changed files with 1 additions and 1 deletions
|
|
@ -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) "\\|")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue