Hi all,

`TeX-arg-environment' uses `TeX-symbol-list' for completion, instead it should 
use `LaTeX-environment-list'.  Here is the ChangeLog entry:

2013-01-14  Mosè Giordano  <[email protected]>

        * latex.el (TeX-arg-environment): Fix typo.


What happened to the plan to migrate AUCTeX development to Git?

Bye,
Mosè Giordano
--- latex.el.old	2013-01-14 01:43:08.000000000 +0100
+++ latex.el	2013-01-14 01:44:09.000000000 +0100
@@ -1563,7 +1563,7 @@
 the list of defined environments."
   (let ((environment (completing-read (TeX-argument-prompt optional prompt
 							   "Environment")
-				      (TeX-symbol-list))))
+				      (LaTeX-environment-list))))
     (if (and definition (not (string-equal "" environment)))
 	(LaTeX-add-environments environment))
 
_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to