[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 20cabef81f 20/48: ; Delete unnecessary `TeX-arg-
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 20cabef81f 20/48: ; Delete unnecessary `TeX-arg-string' |
Date: |
Fri, 18 Nov 2022 14:27:43 -0500 (EST) |
branch: externals/auctex
commit 20cabef81f4bf85161f810c02eb8bff7966d2eee
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
; Delete unnecessary `TeX-arg-string'
* style/textpos.el ("textpos"):
* style/thm-restate.el ("thm-restate"):
* style/wrapfig.el ("wrapfig"): Drop using unnecessary
`TeX-arg-string'.
---
style/textpos.el | 4 ++--
style/thm-restate.el | 4 ++--
style/wrapfig.el | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/style/textpos.el b/style/textpos.el
index 50187f92d9..c3ee081a84 100644
--- a/style/textpos.el
+++ b/style/textpos.el
@@ -95,7 +95,7 @@ them."
(and (fboundp
'LaTeX-color-definecolor-list)
(LaTeX-color-definecolor-list))))
"Color name"))
- ((TeX-arg-string "Color name"))))
+ ("Color name")))
`("textblockrulecolour"
(TeX-arg-conditional (TeX-member "\\`x?color\\'" (TeX-style-list)
#'string-match)
@@ -105,7 +105,7 @@ them."
(and (fboundp
'LaTeX-color-definecolor-list)
(LaTeX-color-definecolor-list))))
"Color name"))
- ((TeX-arg-string "Color name"))))
+ ("Color name")))
'("TPshowboxestrue")
'("TPshowboxesfalse")
diff --git a/style/thm-restate.el b/style/thm-restate.el
index 9f85050b5a..0fcd6ecea8 100644
--- a/style/thm-restate.el
+++ b/style/thm-restate.el
@@ -99,7 +99,7 @@
;; Provide restatable\\*? environment
(LaTeX-add-environments
`("restatable" LaTeX-env-args
- [TeX-arg-string "Heading"]
+ ["Heading"]
(TeX-arg-completing-read
;; Name of the environment we are referring to; this can be
;; defined via amsthm.sty, ntheorem.sty or thmtools.sty:
@@ -119,7 +119,7 @@
LaTeX-env-thmrestate-restatable)
`("restatable*" LaTeX-env-args
- [TeX-arg-string "Heading"]
+ ["Heading"]
(TeX-arg-completing-read
;; Name of the environment we are referring to; this can be
;; defined via amsthm.sty, ntheorem.sty or thmtools.sty:
diff --git a/style/wrapfig.el b/style/wrapfig.el
index cde72ae028..f56f40412d 100644
--- a/style/wrapfig.el
+++ b/style/wrapfig.el
@@ -43,7 +43,7 @@
(LaTeX-add-environments
;; \begin{wrapfigure}[No.lines]{Placement}[Overhang]{Width} ...
\end{wrapfigure}
'("wrapfigure" LaTeX-env-args
- [TeX-arg-string "Number of narrow lines"]
+ ["Number of narrow lines"]
(TeX-arg-completing-read ("r" "R" "l" "L" "i" "I" "o" "O")
"Placement")
[TeX-arg-length "Overhang"]
@@ -51,7 +51,7 @@
;; \begin{wraptable}[No.lines]{Placement}[Overhang]{Width} ...
\end{wraptable}
'("wraptable" LaTeX-env-args
- [TeX-arg-string "Number of narrow lines"]
+ ["Number of narrow lines"]
(TeX-arg-completing-read ("r" "R" "l" "L" "i" "I" "o" "O")
"Placement")
[TeX-arg-length "Overhang"]
@@ -71,8 +71,8 @@
,(lambda ()
(mapcar #'car (LaTeX-newfloat-DeclareFloatingEnvironment-list)))
"Float type"))
- ((TeX-arg-string "Float type")))
- [TeX-arg-string "Number of narrow lines"]
+ ("Float type"))
+ ["Number of narrow lines"]
(TeX-arg-completing-read ("r" "R" "l" "L" "i" "I" "o" "O")
"Placement")
[TeX-arg-length "Overhang"]
- [elpa] externals/auctex d7e6fa0d41 05/48: Cleanup `TeX-insert-dollar', (continued)
- [elpa] externals/auctex d7e6fa0d41 05/48: Cleanup `TeX-insert-dollar', Tassilo Horn, 2022/11/18
- [elpa] externals/auctex 21e624026a 28/48: Improve support for TikZ, Tassilo Horn, 2022/11/18
- [elpa] externals/auctex e53bb19a90 37/48: ; Recognize large arguments with many lines, Tassilo Horn, 2022/11/18
- [elpa] externals/auctex 9b365b7419 18/48: Simplify implementation of style/textpos.el, Tassilo Horn, 2022/11/18
- [elpa] externals/auctex 1f6e9e7e58 10/48: Update style/XCharter.el to package version 1.24, Tassilo Horn, 2022/11/18
- [elpa] externals/auctex 05cd0440c5 02/48: Use `TeX-arg-completing-read-multiple', Tassilo Horn, 2022/11/18
- [elpa] externals/auctex 0c482642cc 32/48: Simplify implementation of style/currvita.el, Tassilo Horn, 2022/11/18
- [elpa] externals/auctex 615e12f650 42/48: Simplify implementation of style/tcolorbox.el, Tassilo Horn, 2022/11/18
- [elpa] externals/auctex b9548da54a 38/48: Simplify implementation of style/tcolorboxlib-theorems.el, Tassilo Horn, 2022/11/18
- [elpa] externals/auctex 8e3137f641 15/48: Simplify implementation of style/titlesec.el, Tassilo Horn, 2022/11/18
- [elpa] externals/auctex 20cabef81f 20/48: ; Delete unnecessary `TeX-arg-string',
Tassilo Horn <=
- [elpa] externals/auctex 49987f08dd 19/48: Provide completion candidates for `TeX-arg-length', Tassilo Horn, 2022/11/18
- [elpa] externals/auctex 52738d11b2 39/48: Remove entry in `LaTeX-completion-function-map-alist-keyval', Tassilo Horn, 2022/11/18
- [elpa] externals/auctex 8f70cd5211 14/48: Simplify implementation of style/ulem.el, Tassilo Horn, 2022/11/18
- [elpa] externals/auctex d5ff42e0bd 34/48: Simplify implementation of style/enumitem.el, Tassilo Horn, 2022/11/18
- [elpa] externals/auctex ff5a83f345 17/48: Simplify implementation of style/thm-restate.el, Tassilo Horn, 2022/11/18
- [elpa] externals/auctex 0ee39626e4 01/48: Use `TeX-arg-completing-read', Tassilo Horn, 2022/11/18
- [elpa] externals/auctex 5949388ca2 12/48: Simplify argument queries in style/wrapfig.el, Tassilo Horn, 2022/11/18
- [elpa] externals/auctex 47f9ead1c6 44/48: Respect `TeX-exit-mark' when inserting enviroments, Tassilo Horn, 2022/11/18
- [elpa] externals/auctex c6c7c3f024 22/48: ; Use #' to quote function, Tassilo Horn, 2022/11/18
- [elpa] externals/auctex c0c9556338 30/48: Don't insert empty node name, Tassilo Horn, 2022/11/18