branch: externals/auctex
commit 38e729a75fbc076c522501fa9180099082f77d84
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>

    * latex.el (LaTeX-common-initialization): Replace `TeX-arg-eval'.
---
 latex.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/latex.el b/latex.el
index 9392c5108a..c7042a0726 100644
--- a/latex.el
+++ b/latex.el
@@ -8370,9 +8370,9 @@ function would return non-nil and `(match-string 1)' 
would return
    '("date" TeX-arg-date)
    '("thanks" t)
    '("title" t)
-   '("pagenumbering" (TeX-arg-eval
-                      completing-read "Numbering style: "
-                      '(("arabic") ("roman") ("Roman") ("alph") ("Alph"))))
+   '("pagenumbering" (TeX-arg-completing-read
+                      ("arabic" "roman" "Roman" "alph" "Alph")
+                      "Numbering style"))
    '("pagestyle" TeX-arg-pagestyle)
    '("markboth" t nil)
    '("markright" t)


Reply via email to