branch: externals/auctex
commit d93db403327674bfb9781f40d278d40e0e727dbe
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    * latex.el (LaTeX-common-initialization): Add \Ref to `TeX-complete-list'.
---
 latex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/latex.el b/latex.el
index b4cf54f..514ffbb 100644
--- a/latex.el
+++ b/latex.el
@@ -6136,7 +6136,7 @@ function would return non-nil and `(match-string 1)' 
would return
                  ("\\nocite{\([^{}
\%,]*\)" 1 LaTeX-bibitem-list "}")
                  ("\\nocite{\([^{}
\%]*,\)\([^{}
\%,]*\)"
                   2 LaTeX-bibitem-list)
-                 ("\\ref{\([^{}
\%,]*\)" 1 LaTeX-label-list "}")
+                 ("\\[Rr]ef{\([^{}
\%,]*\)" 1 LaTeX-label-list "}")
                  ("\\eqref{\([^{}
\%,]*\)" 1 LaTeX-label-list "}")
                  ("\\pageref{\([^{}
\%,]*\)" 1 LaTeX-label-list "}")
                  ("\\\(index\|glossary\){\([^{}
\%]*\)"

_______________________________________________
auctex-diffs mailing list
auctex-di...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to