CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 09/03/22 16:51:10
Index: tex-site.el.in =================================================================== RCS file: /cvsroot/auctex/auctex/tex-site.el.in,v retrieving revision 1.33 retrieving revision 1.34 diff -u -b -r1.33 -r1.34 --- tex-site.el.in 4 May 2008 12:22:44 -0000 1.33 +++ tex-site.el.in 22 Mar 2009 16:51:10 -0000 1.34 @@ -149,3 +149,6 @@ (defconst AUCTeX-date "@AUCTEXDATE@" "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.") +;; Store bibitems when saving a BibTeX buffer +(add-hook 'bibtex-mode-hook 'BibTeX-auto-store) + _______________________________________________ auctex-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-diffs
