branch: externals/auctex
commit e64c692be5f69b222331020923b04ada93e68f2c
Author: Tassilo Horn <t...@gnu.org>
Commit: Tassilo Horn <t...@gnu.org>

    Complete last commit
---
 tex.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tex.el b/tex.el
index 82ddf95..8447d6c 100644
--- a/tex.el
+++ b/tex.el
@@ -2015,7 +2015,7 @@ output files."
         (master-dir (file-name-directory master))
         (regexp (concat "\\("
                         (regexp-quote (file-name-nondirectory master)) "\\|"
-                        (TeX-region-file nil t)
+                        (regexp-quote (TeX-region-file nil t))
                         "\\)"
                         "\\("
                         (mapconcat 'identity suffixes "\\|")

Reply via email to