]> git.eshelyaron.com Git - emacs.git/commitdiff
Add `Texinfo' entry to reftex-label-alist-builtin.
authorTassilo Horn <tsdh@gnu.org>
Mon, 6 Jan 2014 11:15:42 +0000 (12:15 +0100)
committerTassilo Horn <tsdh@gnu.org>
Mon, 6 Jan 2014 11:15:42 +0000 (12:15 +0100)
* lisp/textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
`Texinfo' entry.

lisp/ChangeLog
lisp/textmodes/reftex-vars.el

index 93e22172af271a2369e959950914d6f678e36127..fb551c1dc8bbfe4f4a9fc541bb5be0031f0ce5fe 100644 (file)
@@ -1,3 +1,8 @@
+2014-01-06  Tassilo Horn  <tsdh@gnu.org>
+
+       * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
+       `Texinfo' entry.
+
 2014-01-06  Daniel Colascione  <dancol@dancol.org>
 
        Fix defun navigation in vc log view.
index 27c829f307562c2eb2d21a5bd2815bf868999c7b..3b497f2fb11982742c972cc9d12e519349b5558d 100644 (file)
 
       ;; The label macro is hard coded, but it *could* be defined like this:
       ;;("\\label{*}" nil nil nil nil)
-      )))
+      ))
+
+    ;; Texinfo
+    (Texinfo "Texinfo default environments" nil))
   "The default label environment descriptions.
 Lower-case symbols correspond to a style file of the same name in the LaTeX
 distribution.  Mixed-case symbols are convenience aliases.")