# HG changeset patch # User HIROSE Yuuji # Date 1546485983 -32400 # Node ID e947b9ae31c29e989dc20672b0b278bf0fd4f9f1 # Parent 3f5ce5a755c460175c1d91aa6a49d54c4a2692fc Escape parens to dismiss warning diff -r 3f5ce5a755c4 -r e947b9ae31c2 yatexlib.el --- a/yatexlib.el Tue Dec 25 20:12:43 2018 +0900 +++ b/yatexlib.el Thu Jan 03 12:26:23 2019 +0900 @@ -1,7 +1,7 @@ ;;; yatexlib.el --- YaTeX and yahtml common libraries -*- coding: sjis -*- ;;; ;;; (c)1994-2018 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Wed May 23 07:59:08 2018 on firestorm +;;; Last modified Thu Jan 3 12:23:22 2019 on firestorm ;;; $Id$ ;;; Code: @@ -1116,8 +1116,8 @@ regexp (format "\\(%s%s\\)\\|\\(%s%s\\)" YaTeX-ec-regexp (regexp-quote - (cdr (assq env '((?( . ")") (?) . "(") - (?[ . "]") (?] . "["))))) + (cdr (assq env '((?\( . ")") (?\) . "(") + (?\[ . "]") (?\] . "["))))) YaTeX-ec-regexp (regexp-quote (char-to-string env))) re-s (if (memq env '(?\( ?\[))