CVSROOT: /sources/auctex Module name: auctex Changes by: Tassilo Horn <tsdh> 13/02/26 08:01:29
Index: ChangeLog =================================================================== RCS file: /sources/auctex/auctex/ChangeLog,v retrieving revision 5.1853 retrieving revision 5.1854 diff -u -b -r5.1853 -r5.1854 --- ChangeLog 25 Feb 2013 14:28:33 -0000 5.1853 +++ ChangeLog 26 Feb 2013 08:01:27 -0000 5.1854 @@ -1,3 +1,10 @@ +2013-02-26 Tassilo Horn <[email protected]> + + * tex.el (TeX-run-style-hooks): Guard running style hooks in a + `condition-case' in order not to error in cases the auto file + contains calls to functions that are defined by a style that has + been deactivated in the meantime. + 2013-02-25 Werner Fink <[email protected]> * style/dinbrief.el ("dinbrief"): Update dinbrief style. _______________________________________________ auctex-diffs mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-diffs
