]> git.eshelyaron.com Git - emacs.git/commitdiff
Pass correct environment name to `reftex-label'
authorArash Esbati <arash@gnu.org>
Thu, 6 Oct 2022 17:45:44 +0000 (19:45 +0200)
committerArash Esbati <arash@gnu.org>
Thu, 6 Oct 2022 17:45:44 +0000 (19:45 +0200)
* lisp/textmodes/tex-mode.el (latex-block-body-alist): Pass
"figure" to `reftex-label' when inserting a figure float.
(bug#58329)

lisp/textmodes/tex-mode.el

index 6dc2865dd9a7602cc7028162233f54e12c3063b2..bb8ea0d942cbf00667342e908c9b99b2ad9eaba0 100644 (file)
@@ -1557,7 +1557,7 @@ a skeleton (see `skeleton-insert').")
      '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "table"))
      \n _)
     ("figure" nil  > _ \n "\\caption{" > (skeleton-read "Caption: ") "}" > \n
-     '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "table"))))
+     '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "figure"))))
   "Skeleton element to use for the body of particular environments.
 Every element of the list has the form (NAME . SKEL-ELEM) where NAME is
 the name of the environment and SKEL-ELEM is an element to use in