[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/tex.el,v
From: |
Ralf Angeli |
Subject: |
[AUCTeX-diffs] Changes to auctex/tex.el,v |
Date: |
Sun, 07 Sep 2008 17:37:16 +0000 |
CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 08/09/07 17:37:15
Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.628
retrieving revision 5.629
diff -u -b -r5.628 -r5.629
--- tex.el 28 Jul 2008 20:41:12 -0000 5.628
+++ tex.el 7 Sep 2008 17:37:15 -0000 5.629
@@ -919,7 +919,7 @@
("^html?$" "." "netscape %o"))
"List of output file extensions and view options.
-If the first element (a regular expresion) matches the output
+If the first element (a regular expression) matches the output
file extension, and the second element (a regular expression)
matches the name of one of the style options, any occurrence of
the string `%V' in a command in `TeX-command-list' will be
@@ -1210,6 +1210,7 @@
(TeX-set-mode-name nil nil t)
(setq TeX-output-extension
(if TeX-PDF-mode "pdf" "dvi")))
+(add-to-list 'minor-mode-alist '(TeX-PDF-mode nil))
(defun TeX-global-PDF-mode (&optional arg)
"Toggle default for `TeX-PDF-mode'."
@@ -5193,8 +5194,7 @@
;; buffer-local values of it.
(eval-after-load "desktop"
'(progn
- (dolist (elt '(TeX-master TeX-PDF-mode TeX-interactive-mode
- TeX-Omega-mode))
+ (dolist (elt '(TeX-master TeX-interactive-mode TeX-Omega-mode))
(unless (member elt (default-value 'desktop-locals-to-save))
(setq-default desktop-locals-to-save
(cons elt (default-value 'desktop-locals-to-save)))))
- [AUCTeX-diffs] Changes to auctex/tex.el,v,
Ralf Angeli <=