CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     Reiner Steib <rsteib>   07/01/05 00:43:30

Index: tex.el
===================================================================
RCS file: /sources/auctex/auctex/tex.el,v
retrieving revision 5.592
retrieving revision 5.593
diff -u -b -r5.592 -r5.593
--- tex.el      29 Dec 2006 13:39:53 -0000      5.592
+++ tex.el      5 Jan 2007 00:43:30 -0000       5.593
@@ -1240,6 +1240,8 @@
 
  (make-variable-buffer-local 'TeX-command-default)
 
+(put 'TeX-command-default 'safe-local-variable 'stringp)
+
 (defvar TeX-clean-default-intermediate-suffixes
   '("\\.aux" "\\.bbl" "\\.blg" "\\.brf" "\\.fot"
     "\\.glo" "\\.gls" "\\.idx" "\\.ilg" "\\.ind"


_______________________________________________
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit

Reply via email to